aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fix formatting issue with rake routes output for the namespace methodRyan Bigg2010-11-241-7/+7
* | Dynamically generaeted helpers on collection should not clobber resources url...José Valim2010-11-251-0/+2
* | #:nodoc: internal methods.José Valim2010-11-251-31/+31
* | copy-edits RDoc of 2fe43b6Xavier Noria2010-11-231-2/+3
|/
* Speed up subdomain and domain calculus.José Valim2010-11-231-14/+6
* :subdomain, :domain and :tld_length options can now be used in url_for, allow...Josh Kalderimis2010-11-232-6/+38
* Anchors should be allowed on constraints that are not on path segmentsCarl Lerche2010-11-161-9/+12
* rejecting blank stringsAaron Patterson2010-11-151-2/+2
* reduce method callsAaron Patterson2010-11-151-4/+4
* make sure we are only doing sanity checking against regular expressionsAaron Patterson2010-11-151-1/+1
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-11-151-9/+212
|\
| * Document the constraints methodRyan Bigg2010-11-141-1/+55
| * Add documentation for :path_names option on resourcesRyan Bigg2010-11-131-0/+8
| * See the scope method for documentation for namespace's shallow_path optionRyan Bigg2010-11-131-0/+3
| * Add documentation for the mount method in ActionDispatch's MapperRyan Bigg2010-11-131-0/+17
| * Fix indentation for :as option documentation on the namespace methodRyan Bigg2010-11-071-4/+4
| * Document the :shallow_path option for scopeRyan Bigg2010-11-071-0/+19
| * Indent final comment for :path optionRyan Bigg2010-11-071-1/+1
| * Indent code example for :as optionRyan Bigg2010-11-071-3/+3
| * Document the :as option for the scope methodRyan Bigg2010-11-071-0/+10
| * Space between module option documentation and path documentationRyan Bigg2010-11-071-0/+1
| * Fix indentation on comment for :path optionRyan Bigg2010-11-071-1/+1