aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/routing.textile
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 state:r...eparreno2010-06-021-1/+1
* 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 feat...wycats2010-04-101-434/+390
* 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
* Routes guide being rewritten, done till :singular.Rizwan Reza2010-03-251-16/+14
* Remove a Rails 2 convention from namespaced routesJames Miller2010-02-021-1/+1
* Fix some typo that I forgot to remote 'map.'Prem Sichanugrist2010-02-011-1/+1
* Modify the documentation for routing to add the new DSL format of Rails 3Prem Sichanugrist2010-02-011-101/+105
* assert_recognizes with a hash as first argument, needs to enclose arguments i...Jonathan Lim2009-11-301-2/+2
* assert_routing with a hash as first argument, needs to enclose arguments in b...Jonathan Lim2009-11-301-1/+1
* routing guide: removes misleading full stop, thanks to steven_nobleXavier Noria2009-07-021-1/+1
* Fix url and route helpers to follow the given exampleMike Enriquez2009-05-311-1/+1
* Grammer: 'a' => 'an' where applicable.Joseph Pecoraro2009-05-291-1/+1
* Use the word 'action' over 'method'... is clearer and helps when people are g...Ryan Bigg2009-05-041-1/+1
* Clear up a little confusing wording in Routing Guide.Mike Gunderloy2009-03-271-3/+3
* revised links in guides according to W3C link checker reportXavier Noria2009-03-151-1/+1
* revised typography in titles of the routing guideXavier Noria2009-03-141-15/+15
* Fix typo in Routing GuideMike Gunderloy2009-03-101-1/+1
* More tables headers formatted.Andreas Scherer2009-02-161-5/+5
* <code> formatting and TIP: formatting improved.Andreas Scherer2009-02-111-14/+13
* Use explicit HTML charnames for textile-formatted <code/>.Andreas Scherer2009-02-111-2/+2
* removed spurious space in changelog of routing guideXavier Noria2009-02-071-1/+1
* Merge docrails along with the new guides and guides generation codePratik Naik2009-02-061-0/+904