aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/routing/recognition_optimisation.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable [#1451 state:resolved] [Raphaƫl Valyi]Pratik Naik2009-03-071-1/+0
* When checking for the wrong routing method, ensure the environment is passed ...Joshua Peek2008-12-171-1/+1
* Don't eval recognize_optimized use __FILE__ and __LINE__ in the optimised rec...Aliaksey Kandratsenka2008-11-061-1/+1
* Thread Safety: Ensure recognize_optimized is immediately written instead of l...Joshua Peek2008-10-271-7/+1
* Remove recognized_optimized method before redefining itJeremy Kemper2008-09-081-2/+15
* Ensure routing optimizations are cleared when new routes are added [#981 stat...Matt Jones2008-09-071-0/+9
* Prepare Route#generate and Route#recognize early. Also refactor segments a bi...Joshua Peek2008-07-281-22/+18
* Routing whitespace cleanupJoshua Peek2008-07-281-2/+0
* Performance: optimize route recognition. Large speedup for apps with many res...Jeremy Kemper2008-01-191-0/+158