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

Ticket #7808 (new enhancement)

Opened 2 years ago

Last modified 2 years ago

[PATCH] DOCUMENTATION ADDED: Better documentation on ActiveRecord::Base

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

Description

Clearer documentation for teh AR::base overview and finder, more to come on this.

Attachments

active_record_improved_docs_on_base.diff (29.4 kB) - added by fearoffish on 03/27/07 09:12:54.
Revised as per requested changes
active_record_doc_improve.diff (6 bytes) - added by fearoffish on 03/27/07 09:14:34.
Removed

Change History

03/13/07 22:21:06 changed by josh

  • keywords set to docs.

03/20/07 09:58:55 changed by fearoffish

The second attachment is the newer revised patch, I wasn't happy with the first.

03/27/07 03:05:11 changed by dpiddy

Couple minor things:

  • New line 76 missing a / (should be ./script/generate)
  • New line 433 might want to say "Safe version, ActiveRecord sanitizes ..." instead of "rails sanitizes"

Looks great, thanks!

03/27/07 09:12:54 changed by fearoffish

  • attachment active_record_improved_docs_on_base.diff added.

Revised as per requested changes

03/27/07 09:14:34 changed by fearoffish

  • attachment active_record_doc_improve.diff added.

Removed