Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rearrange guides | Pratik Naik | 2008-10-21 | 1 | -970/+0 |
| | |||||
* | Added note on route generation from arrays. | Mike Gunderloy | 2008-10-20 | 1 | -0/+27 |
| | |||||
* | Typo fix in routing guide | Mike Gunderloy | 2008-10-09 | 1 | -1/+1 |
| | |||||
* | Minor change on :name_prefix and :path_prefix documentation. | Mike Gunderloy | 2008-10-09 | 1 | -0/+4 |
| | |||||
* | Additional detail on routes for namespaced controllers. | Mike Gunderloy | 2008-10-07 | 1 | -1/+19 |
| | |||||
* | Additional detail on specifying verbs for resource member and collection routes. | Mike Gunderloy | 2008-10-04 | 1 | -2/+15 |
| | |||||
* | Fix several typos in route names. | Mike Gunderloy | 2008-09-30 | 1 | -3/+3 |
| | |||||
* | Correct number of routes created by map.resource. | Mike Gunderloy | 2008-09-29 | 1 | -1/+1 |
| | |||||
* | Merge commit 'mainstream/master' | Pratik Naik | 2008-09-27 | 1 | -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 docrails | Pratik Naik | 2008-09-13 | 1 | -0/+838 |
| | |||||
* | Fix substitution of path_prefix for name_prefix, some rewording. | Mike Gunderloy | 2008-09-26 | 1 | -3/+3 |
| | |||||
* | Slight change to examples. | Mike Gunderloy | 2008-09-23 | 1 | -2/+2 |
| | |||||
* | Added section on controller namespaces. | Mike Gunderloy | 2008-09-23 | 1 | -0/+14 |
| | |||||
* | Added a small section on defining multiple resources on a single line. | Mike Gunderloy | 2008-09-18 | 1 | -0/+18 |
| | |||||
* | Eradicate some stray colons. | Mike Gunderloy | 2008-09-18 | 1 | -2/+2 |
| | |||||
* | Added namespaced routes, added more on defaults, cleaned up miscellaneous ↵ | Mike Gunderloy | 2008-09-17 | 1 | -8/+40 |
| | | | | typos and reworded a bit. | ||||
* | Typo fixes. | Mike Gunderloy | 2008-09-15 | 1 | -1/+1 |
| | |||||
* | Add author info/changelogs for Routing & Associations guides | Mike Gunderloy | 2008-09-14 | 1 | -1/+7 |
| | |||||
* | Merge branch 'master' of git@github.com:lifo/docrails | Mike Gunderloy | 2008-09-13 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'master' of git@github.com:lifo/docrails | Clemens Kofler | 2008-09-13 | 1 | -9/+9 |
| |\ | |||||
| * | | Fixed a typo in the routing guide. | Clemens Kofler | 2008-09-13 | 1 | -1/+1 |
| | | | |||||
* | | | Added some additional text about default routes. | Mike Gunderloy | 2008-09-13 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Changes for routing from the outside in guide | Mike Gunderloy | 2008-09-13 | 1 | -9/+9 |
|/ | | | | | Fix some lingering typos. Add a description to the index page. | ||||
* | Fix a typo in guide and change assertion style in examples | Pratik Naik | 2008-09-10 | 1 | -6/+6 |
| | |||||
* | Fix a bunch of singular-vs-plural mistakes in URLs | Mike Gunderloy | 2008-09-10 | 1 | -19/+19 |
| | |||||
* | Updates to nested/shallow routes discussion in "Routing from the Outside In" ↵ | Mike Gunderloy | 2008-09-08 | 1 | -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 Gunderloy | 2008-09-05 | 1 | -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 Gunderloy | 2008-08-31 | 1 | -0/+763 |