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/routing
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
..
endpoint.rb Make engine check more explicit 2018-03-25 11:07:26 +01:00
inspector.rb Rely on Rails::Command's help output. 2018-03-13 20:56:37 +01:00
mapper.rb Cache url helpers module 2018-03-21 10:22:14 +00:00
polymorphic_routes.rb Change doc for "polymorphic_path" in polymorphic_routes.rb 2018-03-09 09:33:41 +02:00
redirection.rb [Action Pack] require => require_relative 2017-10-21 22:48:28 +09:00
route_set.rb Avoid method_redefined warnings in RouteSet::NamedRouteCollection 2018-02-19 13:50:32 +01:00
routes_proxy.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
url_for.rb Quote string return values in doc examples [ci skip] 2018-03-08 11:55:01 +00:00