aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application/configuration.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Move middlewares to the Application level. If you want to modify the ↵Carlhuda2010-03-081-0/+4
| | | | middleware, either use Rails.application.config.middleware or modify it in an initializer (if you need to set it relative to user-specified middleware).
* Have log subscribers subscribe to the actual events, so the subscriber ↵Carlhuda2010-03-021-2/+11
| | | | doesn't subscribe to *every* event, so we can have events that are slow-ish but are not actually run in production.
* Deprecate AC configuration values which were moved to Rack.José Valim2010-02-011-2/+4
|
* Add reloadable specific for engines and move environment to application paths.José Valim2010-01-281-5/+4
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Move configuration to subfolders.José Valim2010-01-231-0/+85