| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
paths, load active_support/railtie since we need it and ensure default logger is set before config.
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
railties/lib/rails/application.rb
|
| |
| |
| |
| | |
configured _prefix.
|
| | |
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
anything in the middleware stack.
|
| |
|
|
|
|
|
|
| |
ActionController::Base, and allow it to be configured in config.filter_parameters
Signed-off-by: José Valim <jose.valim@gmail.com>
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
| |
|
|
|
|
| |
nil!)
|
| |
|
| |
|
| |
|
|
|
|
| |
parameter.
|
| |
|
|
|
|
| |
[#3709 state:resolved]
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
API Change: Returning a "X-Cascade: pass" header triggers the cascade
instead of a 404 response.
|
| |
|
| |
|
|
|
|
| |
would all just get escaped) [DHH]
|
|
|
|
| |
and ActionController up to AbstractController.
|
| |
|
|
|
|
| |
controllers expect
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
|/
|
|
| |
the default ApplicationController in Rails to do it [DHH]
|
| |
|