aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/initializer/initialize_i18n_test.rb
Commit message (Expand)AuthorAgeFilesLines
* test.rb, dev.rb, and production.rb just reopen the Application class; no more...Carlhuda2009-12-211-6/+5
* Refactor pluginsYehuda Katz + Carl Lerche2009-11-111-21/+21
* 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
* Expand paths in i18n initializer testsJoshua 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/+2
* Start moving the initializers into the application objectCarl Lerche2009-10-081-0/+51