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
Evan Phoenix 43dae99645 Cache url_helpers instead of creating each time
This has 2 effects:

1. RoutesProxy is CRAZY faster because it's no longer creating a new
Module each time method_missing is hit.
2. It bypasses an existing bug in ruby that makes `class << obj` unsafe
to be used in threading contexts.
2015-02-19 14:20:56 -08:00
..
http Extract Date header to string constant in Http Response, similar to other headers 2015-01-14 12:37:58 +05:30
journey Explicitly ignored wildcard verbs from head_routes 2015-02-08 12:03:56 -05:00
middleware Freeze strings to reduce allocations in integration tests 2015-02-18 18:54:37 -05:00
request Don't convert empty arrays to nils when deep munging params 2014-12-15 14:51:07 +00:00
routing Cache url_helpers instead of creating each time 2015-02-19 14:20:56 -08:00
testing Add missing comma 2015-02-13 13:25:13 -05:00
journey.rb Integrate Journey into Action Dispatch 2012-12-19 22:13:08 +00:00
railtie.rb Add configuration option to optionally disable deep_munge 2013-12-05 12:08:34 +01:00
routing.rb Add missing requires for require 'action_dispatch/routing' 2014-05-15 06:03:23 +01:00