This project is archived and is in readonly mode.
Changeset [331234e0aba80cdaa87f57dffd71afdd7175a700] by yury
August 28th, 2010 @ 10:08 PM
Micro optimization for build_named_route_call in PolymorphicRoutes:
- use map instead of inject
- 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
http://github.com/rails/rails/commit/331234e0aba80cdaa87f57dffd71af...
Committed by yury
- M actionpack/lib/action_dispatch/routing/polymorphic_routes.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>