aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/load_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Rackup config.ru from the correct directoryCarlhuda2009-12-231-2/+4
* tests pass with requiring the frameworks in rails.rbCarlhuda2009-12-231-2/+0
* Fix the rackup test to correctly use Rack::Builder.parse_fileCarl Lerche2009-11-251-1/+2
* Have script/* and Rakefile use the application objectCarlhuda2009-11-241-17/+4
* Use Rails.application where we want a valid rack appJoshua Peek2009-10-161-1/+1
* Start moving the initializers into the application objectCarl Lerche2009-10-081-2/+2
* Put test in place for deprecated dispatcherJoshua Peek2009-10-051-0/+7
* Change Rails::Application to a class that is inherited from.Carl Lerche2009-09-291-5/+1
* Fix the broken railties isolation testsCarl Lerche2009-09-291-3/+18
* Create the application object from config/environment.rbYehuda Katz + Carl Lerche2009-09-281-36/+15
* Enable static asset server by defaultJoshua Peek2009-09-261-1/+0
* Fix railties testsJoshua Peek2009-09-251-1/+1
* Extract "parse_config" into ADJoshua Peek2009-09-251-3/+9
* Restore "Start Rails::Application objectJoshua Peek2009-09-251-0/+56
* Revert "Start Rails::Application object"Joshua Peek2009-09-251-98/+0
* Start Rails::Application objectYehuda Katz + Carl Lerche2009-09-251-0/+98