unixcharles / refinerycms-blog

Blog plugin for RefineryCMS. Currently out-of-sync with RefineryCMS, see i.resolve blog plugin meanwhile, or send me a pull request.
MIT License
14 stars 5 forks source link

LoadError on destroy blog #6

Open jmh opened 14 years ago

jmh commented 14 years ago

When I try to destroy a blog entry I get an error about acts_as_taggable_on.rb not defining ActsAsTaggableOn::ActsAsTaggableOn.

Full output is here: http://gist.github.com/552006

I found a similar issue here: http://github.com/mbleigh/acts-as-taggable-on/issues/issue/90

However, that person solved their issue by switching from the plugin version of acts-as-taggable-on to a gem. I'm already running it as a gem.

My refinery install is a git clone from a few months back if that comes into play.

Any ideas?

Thanks, Jim

unixcharles commented 14 years ago

I know, the plugin don't work with the last acts-as-taggable-on gem.

There was some change in the gem, I didn't had the time to review them. I'll look into it next week.

thanks for reporting!