aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/initializer/initialize_i18n_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* test.rb, dev.rb, and production.rb just reopen the Application class; no ↵Carlhuda2009-12-211-6/+5
| | | | more hax required
* Refactor pluginsYehuda Katz + Carl Lerche2009-11-111-21/+21
|
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ↵Carl Lerche2009-10-161-0/+1
| | | | | | obsolete. The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem.
* Use Rails.initialize! where we just want to run the initializers and aren't ↵Joshua Peek2009-10-161-2/+2
| | | | concerned about the config
* Expand paths in i18n initializer testsJoshua Peek2009-10-161-2/+2
|
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵Carl Lerche2009-10-161-0/+2
| | | | application's object root)
* Have config/application.rb contain the application definition and require ↵Carl Lerche2009-10-151-0/+2
| | | | that file instead of config/boot.rb or config/environment.rb in script/*.
* Start moving the initializers into the application objectCarl Lerche2009-10-081-0/+51