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

Ticket #7803 (closed enhancement: fixed)

Opened 2 years ago

Last modified 1 year ago

[PATCH][DOCS] Improve ActionController::Assertions::* docs

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

Description

Second patch in an effort to improve these docs.

Most other had decent docs, but had a lack of examples. This patch adds examples and makes the markup a little more uniform.

Attachments

other_assertions_docs.diff (20.5 kB) - added by jeremymcanally on 03/12/07 20:45:27.
UPDATED: I think I got all the typos ironed out

Change History

03/12/07 15:56:45 changed by bitsweat

Needs a proofread for a handful of typos. Also, has two comments on one line, missing newline.

03/12/07 16:03:27 changed by jeremymcanally

Working on it, thanks for pointing those out. :) I just noticed the typos; I'll update it soon.

03/12/07 20:45:27 changed by jeremymcanally

  • attachment other_assertions_docs.diff added.

UPDATED: I think I got all the typos ironed out

12/05/07 18:17:26 changed by marcel

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

(In [8300]) Add many examples to assertion documentation. Closes #7803 [jeremymcanally]