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
Aaron Patterson 26f5325756
Clean up the generate method signature
Journey is a private API inside Rails now, so lets start cleaning up
some of its signatures.  In this case, we always wan to parameterize
things the same way, so lets just do that in the code (rather than
passing some strategy object in).
2020-05-11 14:15:26 -07:00
..
http Dogfooding "active_support/core_ext/symbol/starts_ends_with" 2020-05-06 14:19:25 +09:00
journey Clean up the generate method signature 2020-05-11 14:15:26 -07:00
middleware Don’t ignore X-Forwarded-For IPs with ports attached 2020-05-09 22:23:34 -04:00
request Enable HashTransformKeys and HashTransformValues cops 2020-02-20 22:37:32 +00:00
routing Clean up the generate method signature 2020-05-11 14:15:26 -07:00
system_testing Load selenium/webdriver only if needed 2020-05-07 15:53:32 +03:00
testing Remove unused require "active_support/core_ext/kernel/singleton_class" 2020-05-10 03:20:02 +09:00
journey.rb Remove unused journey code 2020-04-25 00:40:37 +09:00
railtie.rb Heed config.force_ssl when building URL 2020-04-05 18:19:31 -05:00
routing.rb Fix code examples' indentation in ActionDispatch::Routing [ci skip] 2019-02-26 14:04:08 -05:00
system_test_case.rb Load selenium/webdriver only if needed 2020-05-07 15:53:32 +03:00