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

Ticket #2680 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

[PATCH] Fixups for various README files

Reported by: coffee2code Assigned to: David
Priority: normal Milestone:
Component: ActiveRecord Version: 0.14.2
Severity: trivial Keywords: docs
Cc:

Description

In some of my earlier doc fixup patches (namely #2468, #2491) I did not take into account the README files, so here's a patch that does so (in addition to addressing a couple others). The READMEs included in the patch are:

  • railties/README (I also took the liberty of mentioning that vendor/ contains the plugins subdirectory; not sure if a full-blown mention of the new plugin system should also be added to the section of the document that highlights the features of Rails)
  • activesupport/README
  • activerecord/README
  • actionpack/README

Attachments

readme_fixups.diff (11.2 kB) - added by coffee2code on 10/31/05 12:42:03.
The aforementioned patch.

Change History

10/31/05 12:42:03 changed by coffee2code

  • attachment readme_fixups.diff added.

The aforementioned patch.

11/07/05 09:51:52 changed by david

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

(In [2908]) Fix READMEs (closes #2680) [coffee2code]