aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/routing
Commit message (Collapse)AuthorAgeFilesLines
* Typo fix in routing guideMike Gunderloy2008-10-091-1/+1
|
* Minor change on :name_prefix and :path_prefix documentation.Mike Gunderloy2008-10-091-0/+4
|
* Additional detail on routes for namespaced controllers.Mike Gunderloy2008-10-071-1/+19
|
* Additional detail on specifying verbs for resource member and collection routes.Mike Gunderloy2008-10-041-2/+15
|
* Fix several typos in route names.Mike Gunderloy2008-09-301-3/+3
|
* Correct number of routes created by map.resource.Mike Gunderloy2008-09-291-1/+1
|
* Merge commit 'mainstream/master'Pratik Naik2008-09-271-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: activerecord/lib/active_record/base.rb railties/Rakefile railties/doc/guides/activerecord/association_basics.txt railties/doc/guides/debugging/debugging_rails_applications.txt railties/doc/guides/getting_started_with_rails/getting_started_with_rails.txt railties/doc/guides/index.txt railties/doc/guides/migrations/foreign_keys.txt railties/doc/guides/migrations/migrations.txt railties/doc/guides/migrations/writing_a_migration.txt railties/doc/guides/routing/routing_outside_in.txt
| * Merge docrailsPratik Naik2008-09-131-0/+838
|
* Fix substitution of path_prefix for name_prefix, some rewording.Mike Gunderloy2008-09-261-3/+3
|
* Slight change to examples.Mike Gunderloy2008-09-231-2/+2
|
* Added section on controller namespaces.Mike Gunderloy2008-09-231-0/+14
|
* Added a small section on defining multiple resources on a single line.Mike Gunderloy2008-09-181-0/+18
|
* Eradicate some stray colons.Mike Gunderloy2008-09-181-2/+2
|
* Added namespaced routes, added more on defaults, cleaned up miscellaneous ↵Mike Gunderloy2008-09-171-8/+40
| | | | typos and reworded a bit.
* Typo fixes.Mike Gunderloy2008-09-151-1/+1
|
* Add author info/changelogs for Routing & Associations guidesMike Gunderloy2008-09-141-1/+7
|
* Merge branch 'master' of git@github.com:lifo/docrailsMike Gunderloy2008-09-131-1/+1
|\
| * Merge branch 'master' of git@github.com:lifo/docrailsClemens Kofler2008-09-131-9/+9
| |\
| * | Fixed a typo in the routing guide.Clemens Kofler2008-09-131-1/+1
| | |
* | | Added some additional text about default routes.Mike Gunderloy2008-09-131-2/+2
| |/ |/|
* | Changes for routing from the outside in guideMike Gunderloy2008-09-131-9/+9
|/ | | | | Fix some lingering typos. Add a description to the index page.
* Fix a typo in guide and change assertion style in examplesPratik Naik2008-09-101-6/+6
|
* Fix a bunch of singular-vs-plural mistakes in URLsMike Gunderloy2008-09-101-19/+19
|
* Updates to nested/shallow routes discussion in "Routing from the Outside In" ↵Mike Gunderloy2008-09-081-1/+20
| | | | | | guide. Added guidance on avoiding deeply-nested routes, further explanation of :shallow, show example of :has_many and :shallow together.
* Edits to the "Routing from the Outside In" guide.Mike Gunderloy2008-09-051-15/+71
| | | | Cleaned up a few parts, reworded coverage of classic vs. RESTful routing, added coverage of routing assertions.
* Added "Routing from the Outside In" guide.Mike Gunderloy2008-08-311-0/+763