Hey all! Just finished my first Rails app on 1.0 day and even got paid for it! Great stuff and much thanks to the many generous souls in IRC, especially ezmobious, who helped me through. For my second Rails app, I want to use tagging. I am wondering if there is a Tagging Generator or some other existing implementation I can borrow from? Best, Mike Pence Boca Raton, FL
take a look here: http://rubyforge.org/projects/taggable On 12/15/05, Mike Pence <mike.pence-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hey all! Just finished my first Rails app on 1.0 day and even got paid > for it! Great stuff and much thanks to the many generous souls in IRC, > especially ezmobious, who helped me through. > > For my second Rails app, I want to use tagging. I am wondering if > there is a Tagging Generator or some other existing implementation I > can borrow from? > > Best, > Mike Pence > Boca Raton, FL > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Roberto Saccon - http://rsaccon.com _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
There''s an acts_as_taggable mixin: http://taggable.rubyforge.org/ Here are a couple of examples: http://weblog.rubyonrails.com/archives/2005/08/27/get-taggable-like- all-the-cool-kids http://dema.ruby.com.br/articles/2005/09/03/tagging-on-steroids-with- rails On Dec 15, 2005, at 9:25 AM, Mike Pence wrote:> Hey all! Just finished my first Rails app on 1.0 day and even got paid > for it! Great stuff and much thanks to the many generous souls in IRC, > especially ezmobious, who helped me through. > > For my second Rails app, I want to use tagging. I am wondering if > there is a Tagging Generator or some other existing implementation I > can borrow from? > > Best, > Mike Pence > Boca Raton, FL > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails