aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ob...Carl Lerche2009-10-165-2/+4
* Use Rails.application where we want a valid rack appJoshua Peek2009-10-161-1/+1
* Use Rails.initialize! where we just want to run the initializers and aren't c...Joshua Peek2009-10-163-28/+28
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-164-20/+47
* Remove framework subscriber tests which depends on AR, which isn't loadedJeremy Kemper2009-10-151-4/+0
* Merge branch 'master' into orchestraJeremy Kemper2009-10-153-3/+31
|\
| * Have config/application.rb contain the application definition and require tha...Carl Lerche2009-10-153-3/+31
* | Renamed Orchestra to Notifications once again [#3321 state:resolved]José Valim2009-10-151-8/+8
* | Make Orchestra specs run on isolation.José Valim2009-10-151-1/+2
* | Configure Orchestra on initialization.José Valim2009-10-151-0/+49
|/
* Have Rails.root be based off of config.ruCarl Lerche2009-10-141-2/+34
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-142-1/+18
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-083-5/+227
* Even more initializers ported overCarl Lerche2009-10-081-0/+7
* Ported over more initializersCarl Lerche2009-10-081-0/+7
* Moving more initializers into the application objectCarl Lerche2009-10-083-26/+115
* Start moving the initializers into the application objectCarl Lerche2009-10-083-2/+61
* Yank FCGI Handler from coreJoshua Peek2009-10-051-290/+0
* Rewrite FCGI handler testJoshua Peek2009-10-051-0/+290
* Put test in place for deprecated dispatcherJoshua Peek2009-10-051-0/+7
* More robust console testJoshua Peek2009-10-051-0/+52
* 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