aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/generators_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Pass config.generators options along when RAILS_GENERATORS is set and show --...José Valim2009-11-031-2/+4
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ob...Carl Lerche2009-10-161-0/+1
* Use Rails.initialize! where we just want to run the initializers and aren't c...Joshua Peek2009-10-161-2/+2
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-0/+2
* Have config/application.rb contain the application definition and require tha...Carl Lerche2009-10-151-0/+4
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-141-1/+1
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-081-0/+89