aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
Commit message (Expand)AuthorAgeFilesLines
* Add missing requireSantiago Pastorino2013-07-021-0/+1
* Fix shorthand routes where controller and action are in the scopeAndrew White2013-06-251-0/+8
* remove unused path_without_format variableKornelius Kalnbach2013-03-031-2/+0
* determine the match shorthand target early.Yves Senn2013-02-221-9/+12
* Duplicate possible frozen string from routeAndrew White2013-01-211-2/+3
* backport, handle trailing slash with enginesYves Senn2012-11-081-1/+1
* Revert "Merge pull request #7668 from Draiken/fix_issue_6497"Rafael Mendonça França2012-11-021-1/+1
* Merge pull request #7789 from senny/7777_resource_functions_modify_optionsRafael Mendonça França2012-10-011-2/+2
* Merge pull request #7668 from Draiken/fix_issue_6497Rafael Mendonça França2012-09-191-1/+1
* Add support for optional root segments containing slashesAndrew White2012-07-171-1/+1
* Reset the request parameters after a constraints checkAndrew White2012-05-031-0/+2
* Fix typo in match :to docsJustin Woodbridge2012-02-251-1/+1
* 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
* Fixing incorrect documentation Aviv Ben-Yosef2011-11-301-2/+2
* 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
* 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 constraints method documentationAlexey Vakhov2011-11-011-1/+1
* Adds missing closing regex slashes.mjy2011-10-251-2/+2
* allow shorthand routes with nested optional parametersDiego Carrion2011-10-101-3/+3
* removing backwards compatibility moduleAaron Patterson2011-09-121-3/+3
* partially expand the parameters to `match`Aaron Patterson2011-09-121-3/+3
* Merge pull request #2577 from rails-noob/masterSantiago Pastorino2011-09-061-1/+3
|\
| * Fix bug #2579.rails-noob2011-09-061-1/+3
* | if ... nil? is more expensive than unlessMilan Dobrota2011-09-041-1/+1
* | Fix name of parent resource params when declaring nested resources at routesCarlos Paramio2011-09-011-6/+6
|/
* Merge pull request #2327 from cesario/patch-1José Valim2011-07-281-1/+0
|\
| * We don't need to require erb here.Franck Verrot2011-07-281-1/+0
* | Merge pull request #2330 from thedarkone/resources-router-fixJosé Valim2011-07-281-8/+7
|\ \ | |/ |/|
| * Make use of the inherited initializer.thedarkone2011-07-281-3/+2
| * There is no need to be destructive with the passed-in options.thedarkone2011-07-281-6/+6
* | simplify conditionals by assuming hash values will never be `false`Aaron Patterson2011-07-261-10/+2
* | use regular ruby rather than clever rubyAaron Patterson2011-07-261-3/+3
* | fixing wildcard path matching when wildcard is inside parenthesisAaron Patterson2011-07-261-1/+1
* | Allow a route to have :format => trueErik Michaels-Ober2011-07-251-0/+2
* | Ensure the constraints block is only applied to the correct routeDave Rogers2011-07-251-6/+5
|/
* Better formatting of route requirements in rake:routes.Hendy Tanata2011-07-161-7/+7
* Removed warning while running test with ruby 1.9.2bagwanpankaj2011-06-141-1/+1
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-06-111-3/+3
|\
| * shallow_path example updatedganesh2011-06-101-3/+3