Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove config.gem in favor of using the bundler. This makes config/boot.rb ↵ | Carl Lerche | 2009-10-16 | 1 | -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 Peek | 2009-10-16 | 1 | -17/+17 |
| | | | | concerned about the config | ||||
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵ | Carl Lerche | 2009-10-16 | 1 | -13/+32 |
| | | | | application's object root) | ||||
* | Have config/application.rb contain the application definition and require ↵ | Carl Lerche | 2009-10-15 | 1 | -0/+15 |
| | | | | that file instead of config/boot.rb or config/environment.rb in script/*. | ||||
* | Finish porting over the initializers to the app object and fix all the tests | Carl Lerche | 2009-10-08 | 1 | -5/+127 |
| | |||||
* | Even more initializers ported over | Carl Lerche | 2009-10-08 | 1 | -0/+7 |
| | |||||
* | Ported over more initializers | Carl Lerche | 2009-10-08 | 1 | -0/+7 |
| | |||||
* | Moving more initializers into the application object | Carl Lerche | 2009-10-08 | 1 | -0/+25 |
| | |||||
* | Start moving the initializers into the application object | Carl Lerche | 2009-10-08 | 1 | -0/+33 |