Displaying 2 results from an estimated 2 matches for "savage_beast".
2010 Aug 10
2
undefined method `has_many' for Object:Class +Savage Beast 2.3 plugin
Hi, i am using Savage Beast 2.3 plugin for the forum and i got and
error
undefined method `has_many'' for Object:Class
C:/forum/vendor/plugins/savage-beast/lib/savage_beast/user_init.rb:
9:in `included''
C:/forum/vendor/plugins/savage-beast/lib/savage_beast/user_init.rb:
7:in `class_eval''
C:/forum/vendor/plugins/savage-beast/lib/savage_beast/user_init.rb:
7:in `included''
C:/forum/app/models/user.rb:2:in `include''
C:/forum/app/models/...
2008 Jan 30
0
Plugin belongs_to Model Association Bug
Hey all,
I''m not positive if this is a Engines bug, but it seems very peculiar
and a few hours of Googling haven''t given me any good leads yet, so I
thought I''d see if it makes sense to any of you:
I am writing a new version of the savage_beast plugin (implements
Beast forums as a plugin) that''s Rails 2.0 compatible, and I am having
trouble with the many models in the plugin that refer to the User
model (which lives in my project). For example, my Post class (part
of the savage_beast plugin) has
class Post < ActiveRecord::Ba...