Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Conceptually unify instance & global initializers | Yehuda Katz + Carl Lerche | 2009-11-05 | 1 | -14/+31 | |
| | ||||||
* | Configure generator when needed rather than during initialization | Jeremy Kemper | 2009-11-03 | 1 | -12/+0 | |
| | ||||||
* | Pass config.generators options along when RAILS_GENERATORS is set and show ↵ | José Valim | 2009-11-03 | 1 | -1/+2 | |
| | | | | | | --force-plural message just once. Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | Clarify date/time dependencies | Jeremy Kemper | 2009-11-02 | 1 | -0/+1 | |
| | ||||||
* | Tests pass again | Yehuda Katz | 2009-10-27 | 1 | -2/+2 | |
| | ||||||
* | Remove some remnants of config.gem | Carl Lerche | 2009-10-17 | 1 | -60/+5 | |
| | ||||||
* | Remove config.gem in favor of using the bundler. This makes config/boot.rb ↵ | Carl Lerche | 2009-10-16 | 1 | -16/+0 | |
| | | | | | | 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 | -0/+5 | |
| | | | | concerned about the config | |||||
* | Renamed Orchestra to Notifications once again [#3321 state:resolved] | José Valim | 2009-10-15 | 1 | -3/+3 | |
| | ||||||
* | Configure Orchestra on initialization. | José Valim | 2009-10-15 | 1 | -0/+11 | |
| | ||||||
* | Have Rails.root be based off of config.ru | Carl Lerche | 2009-10-14 | 1 | -3/+7 | |
| | ||||||
* | Finish porting over the initializers to the app object and fix all the tests | Carl Lerche | 2009-10-08 | 1 | -0/+206 | |
| | ||||||
* | Even more initializers ported over | Carl Lerche | 2009-10-08 | 1 | -1/+133 | |
| | ||||||
* | Ported over more initializers | Carl Lerche | 2009-10-08 | 1 | -1/+41 | |
| | ||||||
* | Move the ensure_tmp_directories_exist initializer to the application object | Carl Lerche | 2009-10-08 | 1 | -0/+7 | |
| | ||||||
* | Moving more initializers into the application object | Carl Lerche | 2009-10-08 | 1 | -22/+71 | |
| | ||||||
* | Start moving the initializers into the application object | Carl Lerche | 2009-10-08 | 1 | -7/+31 | |
| | ||||||
* | Change Rails::Application to a class that is inherited from. | Carl Lerche | 2009-09-29 | 1 | -5/+11 | |
| | | | This is still very experimental. | |||||
* | Fix the broken railties isolation tests | Carl Lerche | 2009-09-29 | 1 | -3/+3 | |
| | ||||||
* | Create the application object from config/environment.rb | Yehuda Katz + Carl Lerche | 2009-09-28 | 1 | -2/+10 | |
| | | | | | This is preliminary and not necessarily reflective of the full plan. | |||||
* | Move middleware and route configuration from AC::Dispatcher to Rails ↵ | Joshua Peek | 2009-09-26 | 1 | -1/+5 | |
| | | | | application object | |||||
* | Initializer.run returns an application object | Joshua Peek | 2009-09-25 | 1 | -2/+0 | |
| | ||||||
* | Extract "parse_config" into AD | Joshua Peek | 2009-09-25 | 1 | -16/+0 | |
| | ||||||
* | Restore "Start Rails::Application object | Joshua Peek | 2009-09-25 | 1 | -0/+29 | |
| | | | This reverts commit f14ad4145622f45e9bf7433b5fdef4ce427efe4b. | |||||
* | Revert "Start Rails::Application object" | Joshua Peek | 2009-09-25 | 1 | -58/+0 | |
| | | | | This reverts commit 4129449594ad3d8ff2f8fb4836104f25406a104f. | |||||
* | Start Rails::Application object | Yehuda Katz + Carl Lerche | 2009-09-25 | 1 | -0/+58 | |