Update Rails tests to run on Rails 2.3.3.1
commitfefbed6c37e1b8b4213a7b8fe8ecc58809ebc05d
authorEric Wong <normalperson@yhbt.net>
Mon, 20 Jul 2009 19:09:41 +0000 (20 12:09 -0700)
committerEric Wong <normalperson@yhbt.net>
Mon, 20 Jul 2009 19:09:41 +0000 (20 12:09 -0700)
treedcee0a005e09061a07e8c9191304ccf520b68f72
parenta8dfa694d76b9600d9cfdef624e15d5d9d730aee
Update Rails tests to run on Rails 2.3.3.1
16 files changed:
Manifest
test/rails/app-2.3.3.1/.gitignore [moved from test/rails/app-2.3.2.1/.gitignore with 100% similarity]
test/rails/app-2.3.3.1/Rakefile [moved from test/rails/app-2.3.2.1/Rakefile with 100% similarity]
test/rails/app-2.3.3.1/app/controllers/application_controller.rb [moved from test/rails/app-2.3.2.1/app/controllers/application_controller.rb with 100% similarity]
test/rails/app-2.3.3.1/app/controllers/foo_controller.rb [moved from test/rails/app-2.3.2.1/app/controllers/foo_controller.rb with 100% similarity]
test/rails/app-2.3.3.1/app/helpers/application_helper.rb [moved from test/rails/app-2.3.2.1/app/helpers/application_helper.rb with 100% similarity]
test/rails/app-2.3.3.1/config/boot.rb [moved from test/rails/app-2.3.2.1/config/boot.rb with 100% similarity]
test/rails/app-2.3.3.1/config/database.yml [moved from test/rails/app-2.3.2.1/config/database.yml with 100% similarity]
test/rails/app-2.3.3.1/config/environment.rb [moved from test/rails/app-2.3.2.1/config/environment.rb with 100% similarity]
test/rails/app-2.3.3.1/config/environments/development.rb [moved from test/rails/app-2.3.2.1/config/environments/development.rb with 100% similarity]
test/rails/app-2.3.3.1/config/environments/production.rb [moved from test/rails/app-2.3.2.1/config/environments/production.rb with 100% similarity]
test/rails/app-2.3.3.1/config/routes.rb [moved from test/rails/app-2.3.2.1/config/routes.rb with 100% similarity]
test/rails/app-2.3.3.1/db/.gitignore [moved from test/rails/app-2.3.2.1/db/.gitignore with 100% similarity]
test/rails/app-2.3.3.1/log/.gitignore [moved from test/rails/app-2.3.2.1/log/.gitignore with 100% similarity]
test/rails/app-2.3.3.1/public/404.html [moved from test/rails/app-2.3.2.1/public/404.html with 100% similarity]
test/rails/app-2.3.3.1/public/500.html [moved from test/rails/app-2.3.2.1/public/500.html with 100% similarity]