acts_as_taggable_on_steroids icon indicating copy to clipboard operation
acts_as_taggable_on_steroids copied to clipboard

Could not find generator acts_as_taggable_migration

Open zzak opened this issue 14 years ago • 3 comments

ruby: 1.8.7 REE rails: 3.0.0.rc

steps to reproduce: rails plugin install git://github.com/jviney/acts_as_taggable_on_steroids.git rails generate acts_as_taggable_migration

zzak avatar Aug 17 '10 22:08 zzak

I have exactly the same issue, and the plugin is not working at all (I ran the migration by hand) when I add acts_as_taggable to any object, in irb I get : undefined local variable or method `acts_as_taggable'

kamiben avatar Sep 15 '10 12:09 kamiben

Hey @kamiben, I managed to get acts-as-taggable-on working pretty well in my Rails 3 app, http://github.com/mbleigh/acts-as-taggable-on

zzak avatar Sep 15 '10 13:09 zzak

Thanks @zacharyscott, it's now working. I may have found from where the issue is : do not forget to restart the server when installing a plugin ...

kamiben avatar Sep 15 '10 17:09 kamiben