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
Aaron Patterson 98c7fe8769 unwrap the constraints object on initialization, eliminate loops
Unwrap Constraints objects.  I don't actually think it's possible
to pass a Constraints object to this constructor, but there were
multiple places that kept testing children of this object.  I
*think* they were just being defensive, but I have no idea.
2014-05-24 17:52:22 -07:00
..
inspector.rb unwrap the constraints object on initialization, eliminate loops 2014-05-24 17:52:22 -07:00
mapper.rb unwrap the constraints object on initialization, eliminate loops 2014-05-24 17:52:22 -07:00
polymorphic_routes.rb Simplify merge call on polymorphic helpers 2014-05-13 08:18:07 -03:00
redirection.rb use symbol keys for path_parameters 2014-05-22 15:37:56 -07:00
route_set.rb unwrap the constraints object on initialization, eliminate loops 2014-05-24 17:52:22 -07:00
routes_proxy.rb Missing or unneeded require extract_options 2013-02-01 12:10:58 +09:00
url_for.rb use the helper method builder to construct helper methods 2014-05-12 15:54:45 -07:00