Yehuda Katz + Carl Lerche
|
82b9b151ff
|
Refactor plugins
|
2009-11-11 18:09:16 -08:00 |
|
Carl Lerche
|
e1fdc8bba3
|
Remove config.gem in favor of using the bundler. This makes config/boot.rb obsolete.
The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem.
|
2009-10-16 18:10:52 -07:00 |
|
Joshua Peek
|
d859402696
|
Use Rails.initialize! where we just want to run the initializers and aren't concerned about the config
|
2009-10-16 18:58:35 -05:00 |
|
Joshua Peek
|
3971d972c3
|
Expand paths in i18n initializer tests
|
2009-10-16 18:42:55 -05:00 |
|
Carl Lerche
|
2110a524a4
|
Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application's object root)
|
2009-10-16 12:51:02 -07:00 |
|
Carl Lerche
|
97296b11e2
|
Have config/application.rb contain the application definition and require that file instead of config/boot.rb or config/environment.rb in script/*.
|
2009-10-15 14:54:12 -07:00 |
|
Carl Lerche
|
6d6ae0841c
|
Start moving the initializers into the application object
|
2009-10-08 12:31:09 -07:00 |
|