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

Ticket #10589 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

[PATCH][DOCS] ActiveResource docfixes + clarification of GETs to custom REST methods

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

Description

Mostly fixing some bad links, typos and adding more examples. I also moved the ActiveResource::CustomMethods documentation down so that perhaps it'd show up in the RDocs.

Included is a note that if you're using ActiveResource::Base.get to retrieve ARes instances, you're better off using ActiveResource::Base#find with the :from option.

Attachments

ares_docfixes.diff (12.2 kB) - added by chuyeow on 12/21/07 18:30:27.

Change History

12/21/07 18:30:27 changed by chuyeow

  • attachment ares_docfixes.diff added.

12/21/07 21:42:31 changed by bitsweat

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

(In [8472]) Document custom methods. Closes #10589.