Re: Edge Rails doesn't work for my app

Brian,

Yup. I had to remove the acts_as_Taggable gem and remove the references
to
it in my environment.rb file. The reference being

require gem ‘acts_as_taggable’

The plugin won’t use this and it will break your app if you’ve removed
the
acts_as_taggable gem.

The new plugin WILL break your app? In other words, neither works
currently
with Edge Rails?