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

Ticket #9814 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

[PATCH] Missing documentation for AR::B#to_json

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

Description

Some basic documentation for ActiveRecord::Base#to_json explaining the different options.

Attachments

ar_to_json_doc.diff (2.6 kB) - added by chuyeow on 10/08/07 08:59:16.

Change History

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

  • attachment ar_to_json_doc.diff added.

10/15/07 07:04:13 changed by nzkoz

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

(In [7905]) Fix Json related documentation for render and the AR serializer. Closes #9814. Closes #9833. [chuyeow]