aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/configuration_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Add the ability for plugins to set default configuration settings.Carl Lerche2009-12-151-0/+21
* Remove assert_raises usage that only test-unit 1 supports. Breaks minitest an...Jeremy Kemper2009-12-061-2/+2
* Add support for bare ActiveSupport via config.active_support.bareCarlhuda2009-12-021-0/+9
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ob...Carl Lerche2009-10-161-1/+0
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-4/+4
* 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-141-0/+17