José Valim
|
395d6648ce
|
Move application configuration to the application configuration object, remove railtie_name and engine_name and allow to set the configuration object.
|
2010-03-26 18:47:55 +01:00 |
|
Carlhuda
|
ae93789d9a
|
Move middlewares to the Application level. If you want to modify the middleware, either use Rails.application.config.middleware or modify it in an initializer (if you need to set it relative to user-specified middleware).
|
2010-03-08 11:40:51 -08:00 |
|
Carlhuda
|
e311622e7b
|
Deprecated ActionController::Base.session_options= and 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.
|
2010-03-04 16:05:52 -08:00 |
|
Carlhuda
|
1776969627
|
Move session and session_store onto ActionDispatch and add deprecation warnings
|
2010-03-04 11:58:30 -08:00 |
|
Carl Lerche
|
cc789ddc89
|
No need for a module if it's only being included once into an empty class.
|
2010-03-04 09:56:40 -08:00 |
|
José Valim
|
b17e358e3d
|
Move configuration to subfolders.
|
2010-01-23 22:30:17 +01:00 |
|