aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix match docsRafael Mendonça França2012-02-071-1/+1
* Note the ways #match may be calledJeremy Kemper2012-02-051-0/+3
* Revert "Deprecated multi args to http route methods"Jeremy Kemper2012-02-051-11/+0
* Fix typo in routing documentationWen-Tien Chang2012-02-011-1/+1
* initialized the @segment_keys instance variableAaron Patterson2012-01-231-1/+4
* updated the warning signatureAaron Patterson2012-01-231-1/+1
* Deprecated multi args to http route methodsAaron Patterson2012-01-231-0/+11
* stop splatting so much. We don't need :star:args everywhereAaron Patterson2012-01-201-7/+6
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-12-291-0/+7
|\
| * Documented about using :path option for resourcesKevin Moore2011-12-281-0/+7
* | Correctly display rack apps with dynamic constraints in RoutesInspectorPiotr Sarnacki2011-12-261-1/+1
|/
* remove checking for non-empty string before calling to_symVasiliy Ermolovich2011-12-241-2/+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
* | removed the unnecessary back slashes from the regular expressionRaghunadh2011-06-101-2/+2
* | rafactored the regex related code in the mapper class Raghunadh2011-06-071-4/+7
|/