I am using http://github.com/mbleigh/acts-as-taggable-on/ in a rails project. I am using the plugin version because I can't get the gem to work for the life of me. Everything is fine in the normal use of the plugin. When I try and use the model that is referencing the act_as_taggable_on method of the plugin in the console it freaks out. It says that the model does not have that method.
Why would a Rails plugin be available during the normal course of the app but not the console?
Rails 2.3.4 ruby 1.8.7