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
Piotr Sarnacki 22b11a41cc Allow mounting engines at '/'
Without that commit script_name always become '/', which
results in paths like //posts/1 instead of /posts/1
2010-09-30 09:47:05 +02:00
..
mapper.rb Use .find here as it is simpler and faster. 2010-09-30 07:25:06 +02:00
polymorphic_routes.rb Convert unless/else into if/else. 2010-09-27 17:46:00 +02:00
route.rb Refactor routing methods. 2010-09-22 18:08:03 -03:00
route_set.rb Allow mounting engines at '/' 2010-09-30 09:47:05 +02:00
routes_proxy.rb Move RoutesProxy to separate file 2010-09-03 22:59:13 +02:00
url_for.rb Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyone calls super as expected. 2010-09-29 11:18:31 +02:00