| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
| |
requires
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
|
|
|
| |
a way to specify a default SCRIPT_NAME when generating URLs out of the context of a request.
|
| |
|
| |
|
| |
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
AbstractController configuration refactor.
|
| |
|
|\ |
|
| |
| |
| |
| | |
the class
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
of configuring a middleware
|
| | |
|
| |
| |
| |
| |
| | |
* ActionController::Base.ip_spoofing_check deprecated => config.action_dispatch.ip_spoofing_check
* ActionController::Base.trusted_proxies deprecated => config.action_dispatch.trusted_proxies
|
| | |
|
| |
| |
| |
| | |
and only has an effect with the deprecated router DSL.
|
| |
| |
| |
| | |
let's deprecate it.
|
| |
| |
| |
| | |
* Refactored ActionPatch to use fullpath instead
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Deprecated in 2.3.6.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|