Top "Acts-as-taggable-on" questions

ActsAsTaggableOn is a Ruby on Rails gem for handling generic tagging.

Using form_for multi-select fields with acts_as_taggable_on

I can't figure out the right code for using a predetermined set of options for a multi-select field. I want …

ruby-on-rails forms form-for acts-as-taggable-on
PG error for SELECT DISTINCT, ORDER BY expressions must appear in select list when trying to view on Heroku

I am getting this follow error after I added more relationships to my project. On localhost, the page displays perfectly …

ruby-on-rails ruby-on-rails-3 postgresql heroku acts-as-taggable-on
How to get a list of all tags while using the gem 'acts-as-taggable-on' in Rails (not the counts)

I have set the acts-as-taggable-on gem in my model like this : acts_as_taggable_on :deshanatags It use the context …

ruby-on-rails ruby ruby-on-rails-4 acts-as-taggable-on