aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/routing
Commit message (Expand)AuthorAgeFilesLines
* Merge docrailsPratik Naik2009-07-252-2/+2
* Define ActiveModel API ComplianceYehuda Katz2009-07-201-0/+1
* Allow symbols on routes declaration (:controller and :action values) [#2828 s...Jesús García Sáez2009-07-021-0/+1
* Accept Symbol for contoller name [#2855 state:resolved]Yehuda Katz + Carl Lerche2009-07-011-1/+1
* Fix polymorphic_path doesn't modify options hash [#2099 state:resolved]=?utf-8?q?Mislav=20Marohni=C4=87?=2009-06-211-2/+1
* moves reopening of core classes to add generic stuff from Action Pack to AS/c...Xavier Noria2009-06-131-49/+4
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-081-2/+2
* Depend on Hash#slice and Object#tryJeremy Kemper2009-05-301-0/+3
* Add % to RESERVED_PCHAR [#2574 state:resolved]Eduard Bondarenko2009-05-271-1/+1
* Cherry-pick core extensionsJeremy Kemper2009-05-132-3/+7
* Implement FooController.action(:name)Yehuda Katz2009-05-021-1/+1
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-136-67/+62
|\
| * Ensure blank path_prefix works as expected [#2122 state:resolved]Andrew Bloom2009-03-091-1/+2
| * Remove unused variable [#1451 state:resolved] [Raphaël Valyi]Pratik Naik2009-03-071-1/+0
| * Generating routes with optional format segment does not inherit params format...Joshua Peek2009-03-041-1/+5
| * Allow routes with a trailing slash to be recognizedMike Gunderloy2009-03-041-1/+1
| * Ruby 1.9 compat: silence a warning about regexp languagesSam Granieri2009-02-251-1/+5
| * Fix requirements regexp for path segmentsAndrew White2009-02-221-16/+12
| * Remove hardcoded number_of_capturesin ControllerSegment to allow regexp requi...Andrew White2009-02-221-4/+0
* | Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-304-1/+1092
|\ \
| * | Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-1/+1
| * | Reorganize ActionController folder structureJoshua Peek2009-01-273-0/+1094
| |/
| * Fix formatted_* deprecation messageJeremy Kemper2008-12-301-2/+2
* | Fix formatted_* deprecation messageJeremy Kemper2009-01-011-2/+2
|/
* Make router and controller classes better rack citizensJoshua Peek2008-12-281-0/+6
* Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-30/+31
* When checking for the wrong routing method, ensure the environment is passed ...Joshua Peek2008-12-171-1/+1
* Extract named_helper module_eval so it's easier to overrideJeremy Kemper2008-11-291-2/+6
* Added support for multiple routes files and made draw not clear the map so th...David Heinemeier Hansson2008-11-261-12/+42
* Merge branch 'master' of git@github.com:rails/railsJeremy Kemper2008-11-265-2/+48
|\
| * Added optimal formatted routes to rails, deprecating the formatted_* methods,...Aaron Batalion2008-11-265-2/+48
* | No need to have #generate and #generate_extras per instanceJeremy Kemper2008-11-261-5/+10
|/
* Use autoload instead of explicit requires for ActionControllerJoshua Peek2008-11-231-0/+2
* Make optimized named routes respect all reserved options and tie it into UrlR...Gabe da Silveira2008-11-182-6/+3
* Eliminate excess Regexp creation due to capture countingJeremy Kemper2008-11-102-4/+26
* Pare down object creation during route buildingJeremy Kemper2008-11-102-30/+27
* Don't eval recognize_optimized use __FILE__ and __LINE__ in the optimised rec...Aliaksey Kandratsenka2008-11-061-1/+1
* Cleaned up route optimisation guard condition generation code as it was getti...Tom Lea2008-11-011-7/+19
* Thread Safety: Ensure recognize_optimized is immediately written instead of l...Joshua Peek2008-10-271-7/+1
* Allow use of :path_prefix and :name_prefix outside of namespaced routes. [#11...Tom Stuart2008-10-081-3/+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-072-2/+11
* Some performance goodness for routing.Clemens Kofler2008-09-031-3/+3
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-3/+3
* Fixes optimised named routes generating question mark followed by nothing whe...Luke Melia2008-08-311-2/+3
* Routes may be restricted to lists of HTTP methods instead of a single method ...Brennan Dunn2008-08-282-6/+8
* Expose Routing::Segment::SAFE_PCHAR list of path characters that don't need e...Jeremy Kemper2008-08-041-1/+2
* Prepare Route#generate and Route#recognize early. Also refactor segments a bi...Joshua Peek2008-07-286-200/+202
* Routing whitespace cleanupJoshua Peek2008-07-286-26/+23
* AbstractRequest.relative_url_root is no longer automatically configured by a ...Joshua Peek2008-07-241-1/+1