acts as taggable on installation problem

i am trying to install the following plugin: http://agilewebdevelopment.com/plugins/acts_as_taggable_on

it recommends doing by the new gemplugin for ror by adding the following in environment:

config.gem "mbleigh-acs-as-taggable-on", :source => "http://…" etc.

which does not work for me because i can not start my app anymore

so, installed the gem directly with gem install ...

but i can not get my app to recgnize the gem. i have tried to insall everything as a plugin but now trying a gem a out.

i thought maybe it required a require statment in the environment file but that does not work either.

but i can not get my app to recgnize the gem. i have tried to insall everything as a plugin but now trying a gem a out.

so what doesn't work? do you get any error messages? post them... I've used iit as a plugin several times without any trouble.

you need to restart the server after installing the plugin...

undefined local variable or method `acts_as_taggable_on' for #<Class: 0x6878fec>

Thorsten Müller wrote:

any help with this? for some reason ruby is not finding acts_as_taggable_on. i installed it as a gem.

what do i need to do to get it recognized?

this should be just acts_as_taggable not acts_as_taggable_on

no luck with that either.... on the plugin webstie it says acts_as_taggable_on http://www.intridea.com/tags/acts_as_taggable_on

Thorsten Müller wrote: