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

Ticket #3996 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

[PATCH] Documentation for Observers

Reported by: robbyrussell Assigned to: David
Priority: normal Milestone:
Component: ActiveRecord Version: 1.0.0
Severity: normal Keywords: documentation api callbacks observers
Cc:

Description

After reviewing the current documentation for Observers, I felt that this could use a bit more help. I think some tutorials are needed... will do that in my blog. However, I changed a few words to highlight the configuration section (rather than calling it 'triggering') and added a few more Observer classes as examples.

Attachments

observers_documentation.1.diff (1.6 kB) - added by robbyrussell on 02/28/06 04:35:35.
more documentation for observers

Change History

02/28/06 04:35:35 changed by robbyrussell

  • attachment observers_documentation.1.diff added.

more documentation for observers

02/28/06 05:04:38 changed by Dan Peterson <dpiddy@gmail.com>

  • summary changed from Documentation for Observers to [PATCH] Documentation for Observers.

03/02/06 03:02:52 changed by david

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

(In [3744]) More docs for observers (closes #3996) [Robby Russel]