This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b1bc3b3cd352f68d79d7e232e9520eacb56ca41e
rails
/
actionpack
/
lib
/
action_dispatch
History
Prem Sichanugrist
bd4f21fbac
Move filter_parameter_logging logic out of the controller and create 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
>
2010-01-21 10:08:26 +01:00
..
http
Move filter_parameter_logging logic out of the controller and create ActionDispatch::ParametersFilter to handle parameter filteration instead. This will make filteration not depending on controller anymore.
2010-01-21 10:08:26 +01:00
middleware
Move filter_parameter_logging logic out of the controller and create ActionDispatch::ParametersFilter to handle parameter filteration instead. This will make filteration not depending on controller anymore.
2010-01-21 10:08:26 +01:00
railties
Do not send rack.input or any other rack information to AD listeners.
2010-01-19 15:35:23 +01:00
routing
Add AD::Route#to_s
2010-01-20 10:56:27 -06:00
testing
Expose last controller in rack env["action_controller.instance"]
2010-01-20 09:00:23 -06:00
railtie.rb
Move middleware builder back to Rails::Rack::Metal without losing the new behavior.
2010-01-17 13:23:38 +01:00
routing.rb
Merge docrails
2010-01-17 03:26:20 +05:30