Ruby on Rails Wednesday, August 31, 2011



On Wed, Aug 31, 2011 at 6:24 PM, Leo M. <lists@ruby-forum.com> wrote:
But it doesn't work on my app.

I don't know why, I downloaded it and installed with bundle install, but
still when I add to a certain model the string :
acts_as_taggable

I systematically obtain an error, so I was trying to avoid this by
creating by myself the method.


there's actually 3 gems for tagging, you mentioned the first two and I said the other one.
I suggest you uninstall the gems you mentioned and use acts_as_taggable_on

If you have troubles making it work, post the errors and we'll see what we can do to help
debug.  Sometimes, it's nice to try to do some things manually but in this case, doing so
will just cost you time and effort.
 
--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.




--
-------------------------------------------------------------
visit my blog at http://jimlabs.heroku.com

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment