You are here: Browse Railsplugins Auto Tags
Author: Sur http://expressica.com Homepage: http://expressica.com/auto_tags License: MIT
AutoTags is a rubyonrails plugin to automatically generate the relevant tags from the provided content. The tags further can automatically be pushed in database using the legacy acts_as_taggable plugin. The plugin is very useful for social networking site, communities sites and all those public sites where there is a scope of huge content. So, no more manually tagging all your content… just a simple and slick solution.
model specific usage
def authors_names authors.collect{|a| a.name.join(’ ‘)} end
endgeneric usage
AutoTags::AutoTagsGenerator.generate_tags(content)
Copyright© 2008 [Sur http://expressica.com], released under the MIT license
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly