aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
Commit message (Expand)AuthorAgeFilesLines
* Reset the request parameters after a constraints checkAndrew White2012-05-021-0/+2
* Shadowing variable warning removedArun Agrawal2012-04-261-3/+3
* Allow loading external route files from the routerJose and Yehuda2012-04-251-0/+16
* Remove default match without specified methodJose and Yehuda2012-04-241-2/+12
* Add missing requires in routesBogdan Gusiev2012-04-231-0/+1
* Updated/changed useless tr/gsubsJurriaan Pruis2012-04-031-2/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-03-271-0/+19
|\
| * add missing do [ci skip]Vijay Dev2012-03-271-1/+1
| * added shallow_prefix option description in documantationLukasz Sarnacki2012-03-271-0/+19
* | Allow a defining custom member field on resourcesJamie Macey2012-03-251-4/+5
|/
* Add missing requireSantiago Pastorino2012-03-171-0/+1
* Remove unused requireSantiago Pastorino2012-03-171-1/+0
* Route root helper shortcutBrian Cardarella2012-03-031-0/+5
* Optimize path helpers.José Valim2012-03-021-1/+5
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-02-251-1/+1
|\
| * Fix typo in match :to docsJustin Woodbridge2012-02-231-1/+1
* | consistently mention first patch, then putXavier Noria2012-02-241-7/+7
* | uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...Xavier Noria2012-02-241-9/+8
* | Fix routes inspection orderRafael Mendonça França2012-02-221-2/+2
* | Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-54/+71
|/
* 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