aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
* Don't ignore nil positional arguments for url helpers - fixes #6196.Andrew White2012-05-101-1/+1
* Reset the request parameters after a constraints checkAndrew White2012-05-031-0/+2
* Restore interpolation of path option in redirect routesAndrew White2012-04-291-0/+10
* Add missing require from b608cdd64c95d0d16eb98d86562e22f3b01be9e3Andrew White2012-04-291-0/+1
* Escape interpolated params when redirecting - fixes #5688Andrew White2012-04-291-1/+6
* Fix the redirect when it receive blocks with arity of 1.Rafael Mendonça França2012-03-311-1/+2
* Fix typo in match :to docsJustin Woodbridge2012-02-251-1/+1
* Avoid inspecting the whole route set, closes #1525José Valim2012-02-231-0/+6
* Merge pull request #5084 from johndouthat/patch-1Aaron Patterson2012-02-221-2/+1
* Merge pull request #4988 from kennyj/fix_4720-3Aaron Patterson2012-02-101-0/+5
* Fixed force_ssl redirects to include original query paramsRyan McGeary2012-02-061-0/+1
* Merge pull request #4908 from kennyj/fix_3864José Valim2012-02-061-1/+1
* Added custom regexps to ASTs that have literal nodes on either side ofAaron Patterson2012-01-231-1/+20
* Revert "Named Routes shouldn't override existing ones (currently route recogn...Aaron Patterson2012-01-031-1/+1
* Override respond_to? since we are also overriding method_missing.José Valim2012-01-031-0/+4
* Documented about using :path option for resourcesKevin Moore2011-12-291-0/+7
* Correctly display rack apps with dynamic constraints in RoutesInspectorPiotr Sarnacki2011-12-261-1/+1
* Do not raise an exception if an invalid route was generated automatically.José Valim2011-12-161-3/+11
* Move symbolize keys to the inner options as we can assume url_options will be...José Valim2011-12-082-2/+2
* Improve cache on route_key lookup.José Valim2011-12-081-4/+6
* Named Routes shouldn't override existing ones (currently route recognition go...Andy Jeffries2011-12-051-1/+1
* Fixing incorrect documentation Aviv Ben-Yosef2011-11-301-2/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-11-261-2/+2
|\
| * what's -> that'sUģis Ozols2011-11-251-1/+1
| * Remove unnecessary comment.Uģis Ozols2011-11-251-1/+1
* | Revert "copy options keys to the right place so that undo will work correctly"Aaron Patterson2011-11-191-4/+10
* | Warning removed for shadowing variableArun Agrawal2011-11-191-1/+1
* | Revert "make sure to require the right deprecation warning file"Aaron Patterson2011-11-181-1/+0
* | Refactoring the redirect method for the router api.Aaron Patterson2011-11-181-25/+19
* | moving redirection to objectsAaron Patterson2011-11-181-45/+58
* | remove the :path feature to redirects, since it cannot workAaron Patterson2011-11-181-15/+7
* | make sure to require the right deprecation warning fileAaron Patterson2011-11-181-0/+1
* | arity check has been pushed up, so no need for proc wrappingAaron Patterson2011-11-181-1/+1
* | require that all blocks have arity of 2Aaron Patterson2011-11-181-5/+10
* | copy options keys to the right place so that undo will work correctlyAaron Patterson2011-11-181-10/+4
* | no need for type checkingAaron Patterson2011-11-181-1/+1
* | cleaning up variable names to match method parameter namesAaron Patterson2011-11-181-6/+8
* | stop doing is_a? checks on the resource typeAaron Patterson2011-11-181-4/+4
* | move constants to methods since nothing else is using themAaron Patterson2011-11-181-6/+5
* | pushing hash validation upAaron Patterson2011-11-181-13/+14
* | breaking match down to smaller methodsAaron Patterson2011-11-181-19/+22
* | some refactoring of the match methodAaron Patterson2011-11-181-25/+17
|/
* Fix small typos in routing docsAlexey Vakhov2011-11-031-1/+3
* Fix typo in Dispatcher#controller documentationAviv Ben-Yosef2011-11-011-1/+1
* Fix typo in constraints method documentationAlexey Vakhov2011-11-011-1/+1
* Adds missing closing regex slashes.mjy2011-10-251-2/+2
* Leave escaping up to JourneyJeremy Kemper2011-10-131-4/+3
* allow shorthand routes with nested optional parametersDiego Carrion2011-10-101-3/+3
* fix requireAaron Patterson2011-10-061-1/+1
* :subdomain can now be specified with a value of false in url_for, allowing fo...Kamil Sobieraj2011-10-041-2/+3