aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
* raise an error if the old router draw method is used, along with a message ad...Josh Kalderimis2011-05-031-0/+5
* Explicitly define main_app proxyPiotr Sarnacki2011-04-251-2/+1
* 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-142-11/+13
* | stop splatting arguments so that we can understand wtf is going onAaron Patterson2011-03-141-2/+3
* | RegexpWithNamedGroups is only used for path_info, so only apply to path infoAaron Patterson2011-03-141-1/+2
|/
* 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
* stop being clever and just call methods on the Route objectAaron Patterson2011-03-082-1/+4
* Raise ArgumentError if route name is invalid [#6517 state:resolved]Andrew White2011-03-061-0/+2
* Action Pack typos.R.T. Lechow2011-03-051-2/+2
* use newer class cache apiAaron Patterson2011-03-021-1/+1
* refactor Reference to a ClassCache object, fix lazy lookup in Middleware so t...Aaron Patterson2011-03-011-2/+3
* 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-132-5/+11
* 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
* organize and expand on options for routing methodsJonathan Dance + Gabriel Horner2011-01-291-81/+161
* fix cross-references in HttpHelper methodsJonathan Dance + Gabriel Horner2011-01-281-4/+4
* clarify what the "they" that are is and what the "are" in question isMatt Jankowski2011-01-271-1/+2
* use raise to create exceptions and to set the backtraceAaron Patterson2011-01-121-1/+1
* dry up case / when statementAaron Patterson2010-12-171-5/+3
* Fix indentation on the namespace method's documentationRyan Bigg2010-12-131-16/+16
* Provide an example for ActionDispatch::Routing::Mapper#scopeRyan Bigg2010-12-111-0/+12
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-12-111-5/+10
|\
| * Action Controller Overview: Remove dead link to the API docs for filtersRyan Bigg2010-12-101-0/+1
| * root method options are the same as the match methodRyan Bigg2010-12-101-0/+2
| * root route should go at the *top* of the routes file, because it is the most ...Ryan Bigg2010-12-091-1/+3
| * indent code samples for mount docRyan Bigg2010-12-091-3/+3
| * mapper.rb: add "options" to make the default-to-namespace-name line read betterRyan Bigg2010-12-091-1/+1
* | Check if the routes object really responds to define_mount_prefix.José Valim2010-12-091-1/+1
|/
* Merge remote branch 'joshk/redirect_routing'José Valim2010-12-033-79/+132
|\
| * Added documentation explaining the new additional supported syntaxes for the ...Josh Kalderimis2010-11-301-0/+29
| * The redirect routing method now allows for a hash of options which only chang...Josh Kalderimis2010-11-303-79/+103
* | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-11-271-23/+52
|\ \ | |/ |/|
| * Add mention of nested resource to resources documentationRyan Bigg2010-11-241-0/+15
| * Document the :path option for resources :postsRyan Bigg2010-11-241-0/+8
| * Add :module option documentation for the resources methodRyan Bigg2010-11-241-0/+8
| * Remove non-sensical first couple of lines for scope method documentationRyan Bigg2010-11-241-2/+0
| * Paths in ActionDispatch::Scoping documentation should be for /admin/posts, no...Ryan Bigg2010-11-241-14/+14