aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/engine/configuration.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove app/views from the load paths [#4226 state:resolved]José Valim2010-04-051-1/+1
|
* Rename config.cookie_secret to config.secret_token and pass it as ↵José Valim2010-04-051-1/+0
| | | | configuration in request.env. This is another step forward removing global configuration.
* Add mailers to paths in case someone wants to access it directly and ensures ↵José Valim2010-03-061-2/+3
| | | | deep nesting works in controllers.
* Deprecated ActionController::Base.session_options= and ↵Carlhuda2010-03-041-0/+1
| | | | ActionController::Base.session_store= in favor of a config.session_store method (which takes params) and a config.cookie_secret variable, which is used in various secret scenarios. The old AC::Base options will continue to work with deprecation warnings.
* Start refactoring the method of configuring ActionViewCarlhuda2010-03-031-0/+3
|
* Add config.generators.templates to provide alternative paths for template ↵José Valim2010-02-061-0/+1
| | | | lookup.
* Add reloadable specific for engines and move environment to application paths.José Valim2010-01-281-1/+0
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Add active_model/railtie back to generated boot.rb, add models back to ↵José Valim2010-01-251-0/+1
| | | | paths, load active_support/railtie since we need it and ensure default logger is set before config.
* Ensure metals and initializers in plugins are loaded.José Valim2010-01-241-1/+1
|
* Ensure helpers work from configured path.José Valim2010-01-241-0/+1
|
* Move configuration to subfolders.José Valim2010-01-231-0/+48