Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move application configuration to the application configuration object, ↵ | José Valim | 2010-03-26 | 1 | -69/+8 |
| | | | | remove railtie_name and engine_name and allow to set the configuration object. | ||||
* | Move middlewares to the Application level. If you want to modify the ↵ | Carlhuda | 2010-03-08 | 1 | -4/+0 |
| | | | | middleware, either use Rails.application.config.middleware or modify it in an initializer (if you need to set it relative to user-specified middleware). | ||||
* | Deprecated ActionController::Base.session_options= and ↵ | Carlhuda | 2010-03-04 | 1 | -2/+32 |
| | | | | 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. | ||||
* | Move session and session_store onto ActionDispatch and add deprecation warnings | Carlhuda | 2010-03-04 | 1 | -2/+2 |
| | |||||
* | No need for a module if it's only being included once into an empty class. | Carl Lerche | 2010-03-04 | 1 | -1/+91 |
| | |||||
* | Move configuration to subfolders. | José Valim | 2010-01-23 | 2 | -1/+10 |
| | |||||
* | Create configurable modules and ensure that they are added only on direct ↵ | José Valim | 2010-01-23 | 1 | -0/+23 |
children. |