Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #9819 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] Some quick Rails routing doc fixes

Reported by: chuyeow Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: normal Keywords: docs
Cc:

Description

Was reading the documentation in routing while investigating another ticket for routing and noticed some grammatical weirdness, one spelling error, and some minor syntactical errors in the documentation. Quick docfix.

Attachments

routing_doc_fixes.diff (6.8 kB) - added by chuyeow on 10/08/07 16:10:34.
routing_doc_fixes_against_8081.diff (30.3 kB) - added by chuyeow on 11/06/07 06:29:43.

Change History

10/08/07 16:10:34 changed by chuyeow

  • attachment routing_doc_fixes.diff added.

10/08/07 23:16:12 changed by danger

You don't need those new commas after "Best of all" and "in practice" but otherwise it looks good.

11/06/07 05:54:11 changed by nzkoz

This doesn't seem to apply cleanly?

11/06/07 06:03:03 changed by chuyeow

Ah, I probably need to update it against the latest revision. Sorry about that. Be right back.

11/06/07 06:29:43 changed by chuyeow

  • attachment routing_doc_fixes_against_8081.diff added.

11/06/07 06:31:16 changed by chuyeow

Re-did patch against r8081. I took the liberty of removing more errant whitespace and fixing some minor example syntax errors.

11/06/07 08:09:42 changed by nzkoz

  • status changed from new to closed.
  • resolution set to fixed.

(In [8082]) Minor documentation enhancements and white-space fixes. Closes #9819 [chuyeow]