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

Changeset 6720

Show
Ignore:
Timestamp:
05/11/07 23:07:47 (1 year ago)
Author:
nzkoz
Message:

Update the acts_as_taggable readme to reflect the fact that it is not intended as a one-stop-tagging-shop. [toolmantim]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/acts_as_taggable/README

    r3214 r6720  
    22================= 
    33 
    4 Allows for tags to be added to multiple classes. 
     4Proof-of-concept plugin intending to demonstrate ActiveRecord's  
     5polymorphic associations. It's not intended for production use and no 
     6enhancement tickets are being accepted. 
     7 
     8To add tagging to your own application, either build your own models 
     9based on this pattern, or check out one of the various community  
     10supported plugins: 
     11 
     12http://agilewebdevelopment.com/plugins/search?search=acts_as_taggable 
     13