Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 618211
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T18:31:13+00:00 2026-05-13T18:31:13+00:00

I spent all my time yesterday trying to get ANY Rails tagging plugin to

  • 0

I spent all my time yesterday trying to get ANY Rails tagging plugin to work. While installation was straightforward, I have to say the amount of documentation on how to use any of these plugins was dismal at best…

For the record, I tried:

is_taggable
acts_as_taggable_on
acts_as_taggable_on_steroids
acts_as_taggable_redux

In every instance, the documentation consisted of something like this:

  1. install
  2. undefined magic <—(This is where I fell over, What do I put in my Models, Views and Controllers to make your awesome plugin work? Please tell me!)
  3. Check out all these cool features!

With all of the plugins, I’d ended up dealing with errors like:

NoMethodError in ItemsController#create undefined method `tag_list=' for #<Item:0x47fe848>

I looked up the issues raised on the respective plugin’s websites and found that I’m definitely not the only one with these issues. But author support/explanation was not forthcoming even though most of these issues had been raised a while back.

I understand that if I was some kind of Rails guru I could probably get the plugin to work. But I’m not. In my frustration I’ve decided to just roll my own tagging implementation which seems stupid considering there’s so many plugins for tagging available out there…

I also have to say I’m a bit concerned that most of these plugins haven’t been maintained in a while. Which makes me wonder if they’ll be brought over to Rails 3.

If anyone knows of a tagging plugin for Rails that really works and is easy to implement, please let me know (and if you could point me to a decent tutorial I will give you my undying gratitude as well as some amazing pieces of fluff I found in my pocket just then…)

Otherwise, let this be a plea from all those beginner/intermediate Rails programmers out there to the Rails gods who make and maintain plugins… “We love your work, but please, please provide more documentation!”

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T18:31:13+00:00Added an answer on May 13, 2026 at 6:31 pm

    I have used mbleigh’s acts-as-taggable-on, and the basic procedure goes:

    1. Add config.gem "acts-as-taggable-on" to environment.rb
    2. Run rake gems:install
    3. Run script/generate acts_as_taggable_on_migration
      • Do any customizations on the migration you might want (you probably won’t need to).
    4. Run the migration, rake db:migrate
    5. Add acts_as_taggable_on :your_desired_tag_names to your tagged model (pluralized).
      • I.e. Photo model has :colors tag.
      • If you are getting a NoMethodError, you may have skipped this step.
    6. To set the models tags, use photo.color_list = 'abc, 123, def, 456'
    7. Save the model: photo.save
    8. List the tags: photo.colors
      • You might have to reload the model from the database for the photo.colors method to be available.

    Check out the acts-as-taggable-on readme for more instructions/examples.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Yesterday I spent quite some time trying to recompile PHP for OS X. I
I have spent all day trying to solve this with no satisfying results. I
I have spent WAY too much time trying to figure out how to pull
I spent quite a good time twicking arround tablesorter to get it to work
I'm profiling some code, and cProfile reports that almost all the time is spent
I spent some time looking around, and all I could find is Jython. It's
I spent all of yesterday reading various articles/tutorials on Hibernate and although I am
I've spent all morning searching and trying solutions to this problem with no success
I have spent all Friday and Saturday on this and I am running out
I spent all the morning trying to find out a way to achieve what

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.