aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/routing.textile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-03-091-9/+9
|\
| * Left off a : when specifying the :namespace option for a :controllercoreyhaines2012-03-061-1/+1
| * In a nested resource route, the parent resource param is <resource_name>_idcoreyhaines2012-03-061-8/+8
* | document the shortcut to the root route helper [ci skip]Vijay Dev2012-03-051-0/+1
|/
* minor edits [ci skip]Vijay Dev2012-02-281-2/+2
* document how to create non show paths from an array of parametersFlorent Guilleux2012-02-261-0/+6
* reverted regular expression fixTima Maslyuchenko2012-02-261-2/+2
* fixed regular expression in Specifying Constraints sectionTima Maslyuchenko2012-02-261-2/+2
* consistently mention first patch, then putXavier Noria2012-02-241-8/+8
* uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...Xavier Noria2012-02-241-12/+2
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-17/+25
* Fixing typo in Routing Guide.Ryan Sandridge2011-12-101-1/+1
* Update routing guides, root route should be at the top of the fileAlexey Vakhov2011-10-311-1/+1
* Grammar fixes for the routing guide.Hendy Tanata2011-10-061-1/+1
* Update Rails routing guide to mention that `redirect()` is a 301 permanent re...Prem Sichanugrist2011-10-051-0/+2
* No more changelogs inside guidesVijay Dev2011-09-151-9/+0
* 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