| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
plugins) can override details_for_render in their controllers and add appropriate additional details. Now if only they could *do* something with those details...
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
gets wrapped in a []
|
| |
|
|
|
|
| |
#routes, automatically extend the URL helpers from the RouteSet onto it
|
| |
|
|
|
|
| |
is wired up without a router included (and still support redirect_to "omg")
|
|
|
|
| |
Rails.application.routes in Rails internal tests
|
|
|
|
|
|
| |
{ ... }
This attr_accessor can be set in a before filter or in the action itself.
Overwriting default_url_options still works but will output a deprecation notice.
|
| |
|
| |
|
| |
|
|
|
|
| |
status:resolved]
|
| |
|
| |
|
| |
|
| |
|
| |
|