aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/routing.textile
Commit message (Collapse)AuthorAgeFilesLines
* Grammer fix on note about wildcard routesRonnie Miller2011-04-221-1/+1
|
* Remove extra whitespaces from guidesSebastian Martinez2011-04-141-2/+2
|
* Update the wildcard route to be non-greedy by default, therefore be able to ↵Prem Sichanugrist2011-03-291-0/+12
| | | | | | | | match the (.:format) segment [#6605 state:resolved] After some discussion with Andrew White, it seems like this is a better approach for handling a wildcard route. However, user can still bring back the old behavior by supplying `:format => false` to the route. Signed-off-by: Andrew White <andyw@pixeltrix.co.uk>
* Properly escaped a + in the dynamic segments TIPtashian2011-03-051-1/+1
|
* Add notes on how to override the default :id constraint [#5994 state:resolved]Andrew White2011-02-141-0/+4
|
* Remove incorrect assert_recognizes exampleAndrew White2011-02-141-6/+0
|
* fix typosVijay Dev2011-01-021-3/+3
|
* Routing guide: clarify what the :as option does for scopesRyan Bigg2010-12-311-2/+2
|
* Routing guide: move scope documentation down to where it is referenced more ↵Ryan Bigg2010-12-311-10/+12
| | | | plainly
* Routing guide: improve documentation for the scope method, demonstrating use ↵Ryan Bigg2010-12-311-0/+10
| | | | of named parameters
* Routing guide: mention that routes are matched from the top down in a note.Ryan Bigg2010-12-291-0/+3
|
* Tables style unificationSantiago Pastorino2010-12-161-63/+63
|
* Add named helper to photo controller exampleSantiago Pastorino2010-12-161-8/+8
|
* Add underline to headerSantiago Pastorino2010-12-161-1/+1
|
* Add named helper output to translated paths exampleSantiago Pastorino2010-12-161-8/+8
|
* for the root route to work, we need to delete the public/index.html.erbUmar Sheikh2010-12-131-1/+1
| | | | file as well
* fixed typos and rephrased few sentences in routingvijay2010-12-101-11/+11
|
* Previous version inaccurately suggested thatBrian Alexander2010-11-211-1/+1
| | | | | | resources :posts, :path => "/admin" would route "/admin/posts" to the PostsController but it actually routed "/admin" to the PostsController
* guides: gives clear instructions for feedback, removes links to the now ↵Xavier Noria2010-11-191-2/+0
| | | | archived LH project
* Add HTTP Verb Constraints (:via) to routing guideJames Miller2010-11-151-0/+20
|
* Updating routing namespace examples to use symbols and not strings.Richard Hart2010-10-191-2/+2
|
* Fix error in routing guide edit_photo_path needs the id as paramSantiago Pastorino2010-10-091-1/+1
|
* Fixed routing examples in Routing guide. Updated URL to RoutingAssertions ↵Kulbir Saini2010-09-251-18/+18
| | | | module.
* Fixed typo (CategoriesControlleR -> CategoriesControlleR).Pedro Fayolle2010-09-231-1/+1
|
* some fixes in routing guideeparreno2010-09-221-5/+5
|
* fixed an unclear description in Sigular Resources.Jamison Dance2010-09-141-1/+1
|
* the (public) routing DSL does not accept symbols for get|post|put|delete|matchXavier Noria2010-08-171-4/+4
|
* routing guide: wildcard segments are quite flexible, go beyond the simple ↵Xavier Noria2010-08-161-0/+16
| | | | use case
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-2/+2
| | | | 's/[ \t]*$//' -i {} \;)
* routing guide: documents the CONTROLLER environment variable understood by ↵Xavier Noria2010-08-081-0/+6
| | | | the routes task
* Changed code style that was incorrectly rendering block style instead of inline.Bobby Wilson2010-07-211-1/+1
|
* routing guide: say "path" when you mean pathXavier Noria2010-07-221-36/+36
|
* routing guide: a "photo" resource has by convention paths under "photos", in ↵Xavier Noria2010-07-221-6/+6
| | | | plural
* Add note about incompatibility of namespace and :controllerAndrew White2010-07-071-0/+6
|
* Reword routing guide so that we talk about prefixing as a use of :as rather ↵Andrew White2010-07-041-3/+3
| | | | than as a specific prefixing option (which :name_prefix used to be).
* Updated routing guide to reflect the fact that :name_prefix is now :asAndrew White2010-07-031-7/+7
|
* :singular is no longer a valid option for resources [#5037 state:resolved]Andrew White2010-07-031-4/+4
|
* Provide example for working around that regexp anchors can't be in route ↵Trevor Turk2010-06-251-1/+10
| | | | constraints
* regexp anchors can't be in route constraintsNeeraj Singh2010-06-251-0/+6
|
* Routing guide - Minor typo/consistency changesrspeicher2010-06-141-8/+8
|
* Routing guide: Fix pathJosiah Ivey2010-06-131-1/+1
|
* fixing typoNeeraj Singh2010-06-101-1/+1
|
* Routing: fix error in nested resources with name_prefix example [#146 ↵eparreno2010-06-021-1/+1
| | | | state:resolved]
* routing guide: fix typos and clarify code exampleseparreno2010-05-131-3/+9
|
* Use <plain>, not <pre> in guideswycats2010-04-101-2/+2
|
* Updated changelogwycats2010-04-101-0/+1
|
* Update the routing guide for style and to add information on new routing ↵wycats2010-04-101-434/+390
| | | | features
* Routes Guide: Added Section on customizing path names for resources.Rizwan Reza2010-04-051-1/+22
|
* fixes duplicate element IDs in some guidesXavier Noria2010-04-041-3/+3
|
* Routing guide updated for new Routes DSL. It still misses the new features.Rizwan Reza2010-04-021-117/+28
|