Stacktrace when using taggable_events in Radiant 0.9.1 - Undefined method `attached_tags'

Hi,
Does anyone know why I’m getting this stacktrace when I try to add a
new Event in my Radiant project?

NoMethodError (undefined method attached_tags' for #<Event: 0x2ad8d575a7a0>): vendor/extensions/taggable_events/lib/taggable_event.rb:15:ininherit_tags’
radiant (0.9.1) app/controllers/admin/resource_controller.rb:64:in
create' radiant (0.9.1) vendor/plugins/haml/rails/./lib/sass/plugin/rails.rb: 20:inprocess’
/home/heroku_rack/lib/static_assets.rb:9:in call' /home/heroku_rack/lib/last_access.rb:15:incall’
/home/heroku_rack/lib/date_header.rb:14:in call' thin (1.2.6) lib/thin/connection.rb:76:inpre_process’
thin (1.2.6) lib/thin/connection.rb:74:in catch' thin (1.2.6) lib/thin/connection.rb:74:inpre_process’
thin (1.2.6) lib/thin/connection.rb:57:in process' thin (1.2.6) lib/thin/connection.rb:42:inreceive_data’
eventmachine (0.12.10) lib/eventmachine.rb:256:in run_machine' eventmachine (0.12.10) lib/eventmachine.rb:256:inrun’
thin (1.2.6) lib/thin/backends/base.rb:57:in start' thin (1.2.6) lib/thin/server.rb:156:instart’
thin (1.2.6) lib/thin/controllers/controller.rb:80:in start' thin (1.2.6) lib/thin/runner.rb:177:insend’
thin (1.2.6) lib/thin/runner.rb:177:in run_command' thin (1.2.6) lib/thin/runner.rb:143:inrun!’
thin (1.2.6) bin/thin:6
/usr/ruby1.8.7/bin/thin:19:in `load’
/usr/ruby1.8.7/bin/thin:19

Am I missing another extension/plugin that is not mentioned in the
documentation for taggable_events extension?

Please help.

Thanks,
SS

On Tue, Oct 26, 2010 at 2:02 PM, SS [email protected] wrote:

Hi,
Does anyone know why I’m getting this stacktrace when I try to add a
new Event in my Radiant project?

Am I missing another extension/plugin that is not mentioned in the
documentation for taggable_events extension?

i don’t have any first hand experience but a quick poke around the
repo it looks like you need at least event_calendar. do you have that
installed properly?

On Wed, Oct 27, 2010 at 1:00 AM, john muhl [email protected] wrote:

installed properly?

Nor I, but it sounds like you might not have migrated taggable_events
if you are getting "undefined method `attached_tags’ "

On 27 Oct 2010, at 06:05, Jim G. wrote:

i don’t have any first hand experience but a quick poke around the
repo it looks like you need at least event_calendar. do you have that
installed properly?

Nor I, but it sounds like you might not have migrated taggable_events
if you are getting "undefined method `attached_tags’ "

Taggable_events is a tiny bit of glue, and not very well documented.
Sorry! Doesn’t do much, you see, except to connect these two:

The attached_tags association is defined by taggable (pages already
have a tags method) so I suspect you’re missing that. I’ll make the
instructions better.

best,

will

ps. I haven’t seen your original messages with the trace yet, but it
does sound we’re missing a friendly ‘uninstalled extension’ signal now
that they all expect to be installed as gems.