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
Andrew White 9232ba7119 Make engine check more explicit
Not everything that responds to `routes` is a Rails engine - for example
a Grape API endpoint will have a `routes` method but can't be used with
`assert_recognizes` as it doesn't respond to `recognize_path_with_request`.

Fixes #32312.
2018-03-25 11:07:26 +01:00
..
http Add support for automatic nonce generation for Rails UJS 2018-02-19 15:59:34 +00:00
journey Fix array routing constraints 2018-02-17 02:44:58 +02:00
middleware Use ASCII-8BIT paths in ActionDispatch::Static 2018-03-22 04:23:49 +00:00
request Consistent behavior for session and cookies with to_h and to_hash method 2018-01-31 13:36:01 -08:00
routing Make engine check more explicit 2018-03-25 11:07:26 +01:00
system_testing Fix system tests transactions not closed between examples 2018-03-19 15:29:30 +02:00
testing [Action Pack] require => require_relative 2017-10-21 22:48:28 +09:00
journey.rb [Action Pack] require => require_relative 2017-10-21 22:48:28 +09:00
railtie.rb Add 'Referrer-Policy' header to default headers set 2018-01-08 22:14:22 -05:00
routing.rb Improve docs of ActionDispatch::Routing 2018-03-13 11:56:33 +02:00
system_test_case.rb Allow Capybara 3.x (#32151) 2018-03-05 17:44:39 -08:00