aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/routing.textile
Commit message (Expand)AuthorAgeFilesLines
* Add documentation for :format => trueErik Michaels-Ober2011-07-251-0/+6
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-07-231-50/+50
|\
| * Should be "match" instead of "map"Vishnu Atrai2011-07-151-2/+2
| * Revert "Fix wildcard route code examples."Vijay Dev2011-07-151-2/+2
| * Fix wildcard route code examples.Hendy Tanata2011-07-151-2/+2
| * fixed paths, more consistent helpers and paths examplesHrvoje Šimić2011-07-111-48/+48
* | Better formatting of route requirements in rake:routes.Hendy Tanata2011-07-161-4/+4
|/
* FIXED: error with url_for & link_to when we have nested resources.Linux on Rails2011-06-031-1/+1
* Typo; changed 'Febuary' to 'February'Lee Reilly2011-05-251-1/+1
* Edited railties/guides/source/routing.textile via GitHubStefan Rohlfing2011-04-281-2/+2
* 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 m...Prem Sichanugrist2011-03-291-0/+12
* 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 p...Ryan Bigg2010-12-311-10/+12
* Routing guide: improve documentation for the scope method, demonstrating use ...Ryan Bigg2010-12-311-0/+10
* 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
* fixed typos and rephrased few sentences in routingvijay2010-12-101-11/+11
* Previous version inaccurately suggested thatBrian Alexander2010-11-211-1/+1
* guides: gives clear instructions for feedback, removes links to the now archi...Xavier Noria2010-11-191-2/+0
* 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 mod...Kulbir Saini2010-09-251-18/+18
* 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 use...Xavier Noria2010-08-161-0/+16
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* routing guide: documents the CONTROLLER environment variable understood by th...Xavier Noria2010-08-081-0/+6
* 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
* 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 t...Andrew White2010-07-041-3/+3
* 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 cons...Trevor Turk2010-06-251-1/+10
* regexp anchors can't be in route constraintsNeeraj Singh2010-06-251-0/+6
* Routing guide - Minor typo/consistency changesrspeicher2010-06-141-8/+8