Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Could not find generator acts_as_taggable_migration #6

Open
zzak opened this issue Aug 17, 2010 · 3 comments
Open

Could not find generator acts_as_taggable_migration #6

zzak opened this issue Aug 17, 2010 · 3 comments

Comments

@zzak
Copy link

zzak commented Aug 17, 2010

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

@kamiben
Copy link

kamiben commented Sep 15, 2010

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'

@zzak
Copy link
Author

zzak commented Sep 15, 2010

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

@kamiben
Copy link

kamiben commented Sep 15, 2010

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 ...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants