| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
|
|
|
| |
let's deprecate it.
|
|
|
|
| |
* Refactored ActionPatch to use fullpath instead
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
mixed array [#3928 status:resolved]
|
|
|
|
|
|
| |
beta.
Shout louder this time so they actually get fixed.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
anything in the middleware stack.
|
| |
|
| |
|
|
|
|
|
|
| |
ActionDispatch::ParametersFilter to handle parameter filteration instead. This will make filteration not depending on controller anymore.
Signed-off-by: José Valim <jose.valim@gmail.com>
|
| |
|
| |
|
|
|
|
|
|
| |
status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
new member action.
|
| |
|
|
|
|
| |
Signed-off-by: José Valim <jose.valim@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
tests.
|
|
|
|
| |
hooks for plugins like ExceptionNotifier.
|
|
|
|
| |
'products/overview', :to => 'products#overview', :as => 'products_overview'
|
| |
|