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
yury 3e22e0b025 Micro optimization for build_named_route_call in PolymorphicRoutes:
1. use map instead of inject
2. use [].join("_") instead of '<<'. It is a little bit faster for ruby 1.9.2 and x2 faster for ruby 1.8.7. http://gist.github.com/548143

[#5450 state:resolved]

Signed-off-by: José Valim <jose.valim@gmail.com>
2010-08-28 17:54:50 -03:00
..
deprecated_mapper.rb adds missing requires for Object#try 2010-08-09 15:25:21 +02:00
mapper.rb Use nested scope for routes defined at the :resources scope level (as in Rails 2.3) 2010-08-24 21:15:13 -03:00
polymorphic_routes.rb Micro optimization for build_named_route_call in PolymorphicRoutes: 2010-08-28 17:54:50 -03:00
route.rb Remove invalid conditions from route [#4989 state:resolved] 2010-06-28 12:25:19 +02:00
route_set.rb Support routing constraints in functional tests 2010-08-20 14:51:25 -03:00
url_for.rb edit pass to apply API guideline wrt the use of "# =>" in example code 2010-07-30 02:30:04 +02:00