Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ActiveRecord middlewares should be inserted before AD::Cascade [#4493 ↵ | José Valim | 2010-04-29 | 1 | -1/+1 | |
| | | | | state:resolved]. | |||||
* | The rake task :environment now loads config/environment.rb instead of ↵ | José Valim | 2010-04-29 | 1 | -8/+9 | |
| | | | | initializing the application on its own. This fixes [#4492 state:resolved] and also avoids the application being initialized twice in some rake tasks. | |||||
* | Clean up the config object in ActionPack. Create config_accessor which just ↵ | José Valim | 2010-04-22 | 1 | -2/+2 | |
| | | | | delegates to the config object, reducing the number of deprecations and add specific tests. | |||||
* | Replace 'RAILS_ROOT' to 'Rails.root' and 'RAILS_ENV' to 'Rails.env' in ↵ | Anil Wadghule | 2010-04-12 | 1 | -1/+1 | |
| | | | | significant places. | |||||
* | Fix a bug in ActionDispatch::Static where Rails cannot find assets if ↵ | José Valim | 2010-04-08 | 1 | -1/+1 | |
| | | | | started in another directory which is not the RAILS_ROOT. | |||||
* | Alleviate the pain in working with utf8 templates by setting a default encoding. | José Valim | 2010-04-07 | 1 | -7/+15 | |
| | ||||||
* | Rename config.cookie_secret to config.secret_token and pass it as ↵ | José Valim | 2010-04-05 | 1 | -2/+3 | |
| | | | | configuration in request.env. This is another step forward removing global configuration. | |||||
* | Raise exceptions instead of rendering error templates in test environment ↵ | Rolf Bjaanes | 2010-04-02 | 1 | -1/+1 | |
| | | | | | | [#4315 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Move application configuration to the application configuration object, ↵ | José Valim | 2010-03-26 | 1 | -2/+53 | |
| | | | | remove railtie_name and engine_name and allow to set the configuration object. | |||||
* | Move railties/builtin into lib | Joshua Peek | 2010-03-20 | 1 | -2/+2 | |
| | ||||||
* | Move middlewares to the Application level. If you want to modify the ↵ | Carlhuda | 2010-03-08 | 1 | -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 ↵ | Carlhuda | 2010-03-02 | 1 | -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é Valim | 2010-02-01 | 1 | -2/+4 | |
| | ||||||
* | Add reloadable specific for engines and move environment to application paths. | José Valim | 2010-01-28 | 1 | -5/+4 | |
| | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | |||||
* | Move configuration to subfolders. | José Valim | 2010-01-23 | 1 | -0/+85 | |