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
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
..
abstract_controller Add cancellation info to before filter docs 2018-03-14 12:18:10 -07:00
action_controller Remove unnecessary Hash.method_defined?(:dig) checking 2018-03-11 10:00:26 +09:00
action_dispatch Make engine check more explicit 2018-03-25 11:07:26 +01:00
action_pack Start Rails 6.0 development!!! 2018-01-30 18:51:17 -05:00
abstract_controller.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
action_controller.rb Add DSL for configuring Content-Security-Policy header 2017-11-27 05:59:26 +00:00
action_dispatch.rb Bump license years for 2018 2017-12-31 22:36:55 +09:00
action_pack.rb Bump license years for 2018 2017-12-31 22:36:55 +09:00