1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch
Sean Griffin 03d3f036a7 Override respond_to_missing? instead of respond_to? when possible
This was almost every case where we are overriding `respond_to?` in a
way that mirrors a parallel implementation of `method_missing`. There is
one remaining case in Active Model that should probably do the same
thing, but had a sufficiently strange implementation that I want to
investigate it separately.

Fixes #26333.
2016-08-31 11:50:53 -04:00
..
http Remove default argument, and extract internal convenience method 2016-08-29 18:00:45 -04:00
journey Merge pull request #26156 from sfaxon/route_visualizer_fix 2016-08-16 05:16:08 -03:00
middleware Return 307 status instead of 301 when rerouting POST requests to SSL 2016-08-22 10:53:41 +05:30
request applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
routing Override respond_to_missing? instead of respond_to? when possible 2016-08-31 11:50:53 -04:00
testing Override respond_to_missing? instead of respond_to? when possible 2016-08-31 11:50:53 -04:00
journey.rb applies new string literal convention in actionpack/lib 2016-08-06 18:51:43 +02:00
railtie.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
routing.rb Merge branch 'master' of github.com:rails/docrails 2016-06-03 14:00:47 +00:00