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
Rafael Mendonça França 63256bc5d7
Controller can be symbols as well
Symbol doesn't respond to `start_with?` so we need to change it to
string before doing the comparison.
2019-11-08 15:51:40 -05:00
..
http Add load hook for ActionDispatch::Request 2019-11-06 15:50:23 -05:00
journey TypeError Regexp#match?(nil) in Ruby Head 2019-11-03 09:26:46 +02:00
middleware update https urls [ci skip] 2019-10-03 11:01:32 +02:00
request Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
routing Controller can be symbols as well 2019-11-08 15:51:40 -05:00
system_testing Use try only when we're unsure if the receiver would respond_to the method 2019-08-01 17:58:00 +09:00
testing Support the OPTIONS Http Verb in Integration tests (#37369) 2019-10-05 17:55:47 +02:00
journey.rb [Action Pack] require => require_relative 2017-10-21 22:48:28 +09:00
railtie.rb Delay ActionDispatch::Response configuration to load-time 2019-10-01 17:42:05 +09:00
routing.rb Fix code examples' indentation in ActionDispatch::Routing [ci skip] 2019-02-26 14:04:08 -05:00
system_test_case.rb Fix Class#new + keyword arguments warnings 2019-09-09 02:35:59 +09:00