| Commit message (Expand) | Author | Age | Files | Lines |
* | No more changelogs inside guides | Vijay Dev | 2011-09-15 | 1 | -9/+0 |
* | Add documentation for :format => true | Erik Michaels-Ober | 2011-07-25 | 1 | -0/+6 |
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-07-23 | 1 | -50/+50 |
|\ |
|
| * | Should be "match" instead of "map" | Vishnu Atrai | 2011-07-15 | 1 | -2/+2 |
| * | Revert "Fix wildcard route code examples." | Vijay Dev | 2011-07-15 | 1 | -2/+2 |
| * | Fix wildcard route code examples. | Hendy Tanata | 2011-07-15 | 1 | -2/+2 |
| * | fixed paths, more consistent helpers and paths examples | Hrvoje Šimić | 2011-07-11 | 1 | -48/+48 |
* | | Better formatting of route requirements in rake:routes. | Hendy Tanata | 2011-07-16 | 1 | -4/+4 |
|/ |
|
* | FIXED: error with url_for & link_to when we have nested resources. | Linux on Rails | 2011-06-03 | 1 | -1/+1 |
* | Typo; changed 'Febuary' to 'February' | Lee Reilly | 2011-05-25 | 1 | -1/+1 |
* | Edited railties/guides/source/routing.textile via GitHub | Stefan Rohlfing | 2011-04-28 | 1 | -2/+2 |
* | Grammer fix on note about wildcard routes | Ronnie Miller | 2011-04-22 | 1 | -1/+1 |
* | Remove extra whitespaces from guides | Sebastian Martinez | 2011-04-14 | 1 | -2/+2 |
* | Update the wildcard route to be non-greedy by default, therefore be able to m... | Prem Sichanugrist | 2011-03-29 | 1 | -0/+12 |
* | Properly escaped a + in the dynamic segments TIP | tashian | 2011-03-05 | 1 | -1/+1 |
* | Add notes on how to override the default :id constraint [#5994 state:resolved] | Andrew White | 2011-02-14 | 1 | -0/+4 |
* | Remove incorrect assert_recognizes example | Andrew White | 2011-02-14 | 1 | -6/+0 |
* | fix typos | Vijay Dev | 2011-01-02 | 1 | -3/+3 |
* | Routing guide: clarify what the :as option does for scopes | Ryan Bigg | 2010-12-31 | 1 | -2/+2 |
* | Routing guide: move scope documentation down to where it is referenced more p... | Ryan Bigg | 2010-12-31 | 1 | -10/+12 |
* | Routing guide: improve documentation for the scope method, demonstrating use ... | Ryan Bigg | 2010-12-31 | 1 | -0/+10 |
* | Routing guide: mention that routes are matched from the top down in a note. | Ryan Bigg | 2010-12-29 | 1 | -0/+3 |
* | Tables style unification | Santiago Pastorino | 2010-12-16 | 1 | -63/+63 |
* | Add named helper to photo controller example | Santiago Pastorino | 2010-12-16 | 1 | -8/+8 |
* | Add underline to header | Santiago Pastorino | 2010-12-16 | 1 | -1/+1 |
* | Add named helper output to translated paths example | Santiago Pastorino | 2010-12-16 | 1 | -8/+8 |
* | for the root route to work, we need to delete the public/index.html.erb | Umar Sheikh | 2010-12-13 | 1 | -1/+1 |
* | fixed typos and rephrased few sentences in routing | vijay | 2010-12-10 | 1 | -11/+11 |
* | Previous version inaccurately suggested that | Brian Alexander | 2010-11-21 | 1 | -1/+1 |
* | guides: gives clear instructions for feedback, removes links to the now archi... | Xavier Noria | 2010-11-19 | 1 | -2/+0 |
* | Add HTTP Verb Constraints (:via) to routing guide | James Miller | 2010-11-15 | 1 | -0/+20 |
* | Updating routing namespace examples to use symbols and not strings. | Richard Hart | 2010-10-19 | 1 | -2/+2 |
* | Fix error in routing guide edit_photo_path needs the id as param | Santiago Pastorino | 2010-10-09 | 1 | -1/+1 |
* | Fixed routing examples in Routing guide. Updated URL to RoutingAssertions mod... | Kulbir Saini | 2010-09-25 | 1 | -18/+18 |
* | Fixed typo (CategoriesControlleR -> CategoriesControlleR). | Pedro Fayolle | 2010-09-23 | 1 | -1/+1 |
* | some fixes in routing guide | eparreno | 2010-09-22 | 1 | -5/+5 |
* | fixed an unclear description in Sigular Resources. | Jamison Dance | 2010-09-14 | 1 | -1/+1 |
* | the (public) routing DSL does not accept symbols for get|post|put|delete|match | Xavier Noria | 2010-08-17 | 1 | -4/+4 |
* | routing guide: wildcard segments are quite flexible, go beyond the simple use... | Xavier Noria | 2010-08-16 | 1 | -0/+16 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -2/+2 |
* | routing guide: documents the CONTROLLER environment variable understood by th... | Xavier Noria | 2010-08-08 | 1 | -0/+6 |
* | Changed code style that was incorrectly rendering block style instead of inline. | Bobby Wilson | 2010-07-21 | 1 | -1/+1 |
* | routing guide: say "path" when you mean path | Xavier Noria | 2010-07-22 | 1 | -36/+36 |
* | routing guide: a "photo" resource has by convention paths under "photos", in ... | Xavier Noria | 2010-07-22 | 1 | -6/+6 |
* | Add note about incompatibility of namespace and :controller | Andrew White | 2010-07-07 | 1 | -0/+6 |
* | Reword routing guide so that we talk about prefixing as a use of :as rather t... | Andrew White | 2010-07-04 | 1 | -3/+3 |
* | Updated routing guide to reflect the fact that :name_prefix is now :as | Andrew White | 2010-07-03 | 1 | -7/+7 |
* | :singular is no longer a valid option for resources [#5037 state:resolved] | Andrew White | 2010-07-03 | 1 | -4/+4 |
* | Provide example for working around that regexp anchors can't be in route cons... | Trevor Turk | 2010-06-25 | 1 | -1/+10 |
* | regexp anchors can't be in route constraints | Neeraj Singh | 2010-06-25 | 1 | -0/+6 |