Search code examples
ruby-on-railsrubytagstaggingacts-as-taggable-on

Rails 5 - Acts as Taggable On - is this gem deprecated?


I have been trying all year to learn how to use the Acts as Taggable On gem.

The tutorials are very old and out of date. The issues I've opened on the gem documentation have been ignored.

These two posts are my most recent posts looking for help - here and here. I've seen others with similar questions not get any responses to those questions either.

Someone on codementor.io offered a paid session to show me how to build my own solution - suggesting that its necessary because the gem is out of date. Is this correct?

So - is that because there is another way to do this instead of using the gem?

I found this site point tutorial - but before I try to build my own tagging system - is there something obvious for why Acts as Taggable On is no longer supported?


Solution

  • Try using this version of gem.This worked for me.

    gem 'acts-as-taggable-on', '~> 4.0'