| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Routing guide - Minor typo/consistency changes | rspeicher | 2010-06-14 | 1 | -8/+8 |
* | Routing guide: Fix path | Josiah Ivey | 2010-06-13 | 1 | -1/+1 |
* | fixing typo | Neeraj Singh | 2010-06-10 | 1 | -1/+1 |
* | Routing: fix error in nested resources with name_prefix example [#146 state:r... | eparreno | 2010-06-02 | 1 | -1/+1 |
* | routing guide: fix typos and clarify code examples | eparreno | 2010-05-13 | 1 | -3/+9 |
* | Use <plain>, not <pre> in guides | wycats | 2010-04-10 | 1 | -2/+2 |
* | Updated changelog | wycats | 2010-04-10 | 1 | -0/+1 |
* | Update the routing guide for style and to add information on new routing feat... | wycats | 2010-04-10 | 1 | -434/+390 |
* | Routes Guide: Added Section on customizing path names for resources. | Rizwan Reza | 2010-04-05 | 1 | -1/+22 |
* | fixes duplicate element IDs in some guides | Xavier Noria | 2010-04-04 | 1 | -3/+3 |
* | Routing guide updated for new Routes DSL. It still misses the new features. | Rizwan Reza | 2010-04-02 | 1 | -117/+28 |
* | Routes guide being rewritten, done till :singular. | Rizwan Reza | 2010-03-25 | 1 | -16/+14 |
* | Remove a Rails 2 convention from namespaced routes | James Miller | 2010-02-02 | 1 | -1/+1 |
* | Fix some typo that I forgot to remote 'map.' | Prem Sichanugrist | 2010-02-01 | 1 | -1/+1 |