aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* fix creating an empty route on 1.8. Closes #1210Damien Mathieu2011-06-011-1/+3
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-251-7/+7
|\
| * Remove extra white spaces on ActionPack docs.Sebastian Martinez2011-05-231-1/+1
| * Fixed documentation for scope with path.Anuj Dutta2011-05-221-2/+2
| * fixes code highlight in shallow_path exampleDiego Plentz2011-05-191-4/+4
* | Correct example and expand on description of :shallow option for resourcesAndrew White2011-05-211-3/+7
|/
* minor edits after going through what's new in docrailsXavier Noria2011-05-141-2/+2
* Missing an end in routing docsJames Miller2011-05-091-0/+1
* more fixed-fonts hereSebastian Martinez2011-05-091-23/+23
* Update the description of the :path option to #resources to reflect that it s...Jacob Poulsgaard Tjoernholm2011-05-061-2/+2
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-2/+2
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-2/+2
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-2/+3
* Update the wildcard route to be non-greedy by default, therefore be able to m...Prem Sichanugrist2011-03-291-1/+7
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-03-231-0/+7
|\
| * doc :anchor option for #match in routesGabriel Horner2011-03-151-0/+7
* | Do not show optional (.:format) block for wildcard route [#6605 state:resolved]Prem Sichanugrist2011-03-221-1/+1
* | use a list to represent the supported verbs for a route objectAaron Patterson2011-03-141-2/+2
* | stop splatting arguments so that we can understand wtf is going onAaron Patterson2011-03-141-2/+3
|/
* Just define methods directly on the class rather than use the moduleAaron Patterson2011-03-111-14/+5
* do not automatically add format to routes that end in a slashAaron Patterson2011-03-111-1/+1
* Action Pack typos.R.T. Lechow2011-03-051-2/+2
* Fix named route helper for routes nested inside deeply nested resourcesAndrew White2011-02-141-1/+1
* Add notes on how to override the default :id constraint [#5994 state:resolved]Andrew White2011-02-141-1/+8
* Fix assert_recognizes with block constraints [#5805 state:resolved]Andrew White2011-02-131-4/+8
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-02-051-17/+39
|\
| * improve routing docs, mostly for #matchGabriel Horner2011-02-051-12/+34
| * keep options titles consistent to "Options"Gabriel Horner2011-02-031-5/+5
* | fixed bug with nested resources within shallow scopegerman2011-02-041-1/+1
|/
* explain different ways to use match()Jonathan Dance + Gabriel Horner2011-01-291-9/+16