move Rails 2.3.x test to Rails 2.3.8
commit8e55e561a1bcba57bf429c9c2111ec5351fcb1b3
authorEric Wong <normalperson@yhbt.net>
Thu, 3 Jun 2010 22:53:28 +0000 (3 22:53 +0000)
committerEric Wong <normalperson@yhbt.net>
Thu, 3 Jun 2010 22:58:08 +0000 (3 22:58 +0000)
tree9b46547b67dff0f6b655081b3cfc24c25da09593
parent4b44e21957e4cb8ec6ace5604fbe096dfd8959d2
move Rails 2.3.x test to Rails 2.3.8

This allows us to gets rid of the Rack 1.0.1 dependency when
running Rails tests since previous versions of Rails 2.3.x
needed Rack 1.0.1, where as Rails 2.2.x and below could be used
with any version of Rack (under Unicorn only).
18 files changed:
FAQ
GNUmakefile
test/rails/app-2.3.8/.gitignore [moved from test/rails/app-2.3.5/.gitignore with 100% similarity]
test/rails/app-2.3.8/Rakefile [moved from test/rails/app-2.3.5/Rakefile with 100% similarity]
test/rails/app-2.3.8/app/controllers/application_controller.rb [moved from test/rails/app-2.3.5/app/controllers/application_controller.rb with 100% similarity]
test/rails/app-2.3.8/app/controllers/foo_controller.rb [moved from test/rails/app-2.3.5/app/controllers/foo_controller.rb with 100% similarity]
test/rails/app-2.3.8/app/helpers/application_helper.rb [moved from test/rails/app-2.3.5/app/helpers/application_helper.rb with 100% similarity]
test/rails/app-2.3.8/config/boot.rb [moved from test/rails/app-2.3.5/config/boot.rb with 100% similarity]
test/rails/app-2.3.8/config/database.yml [moved from test/rails/app-2.3.5/config/database.yml with 100% similarity]
test/rails/app-2.3.8/config/environment.rb [moved from test/rails/app-2.3.5/config/environment.rb with 100% similarity]
test/rails/app-2.3.8/config/environments/development.rb [moved from test/rails/app-2.3.5/config/environments/development.rb with 100% similarity]
test/rails/app-2.3.8/config/environments/production.rb [moved from test/rails/app-2.3.5/config/environments/production.rb with 100% similarity]
test/rails/app-2.3.8/config/routes.rb [moved from test/rails/app-2.3.5/config/routes.rb with 100% similarity]
test/rails/app-2.3.8/db/.gitignore [moved from test/rails/app-2.3.5/db/.gitignore with 100% similarity]
test/rails/app-2.3.8/log/.gitignore [moved from test/rails/app-2.3.5/log/.gitignore with 100% similarity]
test/rails/app-2.3.8/public/404.html [moved from test/rails/app-2.3.5/public/404.html with 100% similarity]
test/rails/app-2.3.8/public/500.html [moved from test/rails/app-2.3.5/public/500.html with 100% similarity]
test/rails/app-2.3.8/public/x.txt [moved from test/rails/app-2.3.5/public/x.txt with 100% similarity]