http://wiki.github.com/asalant/freehub/news
It's simple tagging with lots of opportunity/room for improvement.
When editing tags you will only see tags in use by your organization.
We'll be using it at SFBK to track a few things around our members and
patrons and see where it goes from there.
Alon
undefined local variable or method `acts_as_taggable' for #<Class:0xb668b148>
--
You received this message because you are subscribed to the Google Groups "Freehub Users" group.
To post to this group, send email to freehu...@googlegroups.com.
To unsubscribe from this group, send email to freehub-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/freehub-users?hl=en.
I just did a clean checkout from github (git clone
g...@github.com:asalant/freehub.git) and ran the tests successfully
with a clean Rails 2.3.5 environment.
It sounds like you do not have the acts_as_taggable_on gem. You should
see that in vendor/gems. Have you run the tests or are you just
reloading in the browser? If you have new gems in the project, you
need to restart Rails for them to be picked up. Gems and plugins are
only loaded when Rails starts.
Alon