Can anyone help? I am trying to get rforum up and running. I cannot run
it in development mode (eclipse w/radrails plugin) I get the following
error:
undefined method `acts_as_list’ for #Class:0x3831730
RAILS_ROOT: C:/Infused/rforum
Application Trace | Framework Trace | Full Trace
C:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.1/lib/active_record/base.rb:1459:in
method_missing' app/models/forum.rb:5app/controllers/application.rb:147:in
get_forums’
-e:2:in
load'-e&line=2">C:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.1/lib/active_record/base.rb:1459:in
method_missing’
app/models/forum.rb:5app/controllers/application.rb:147:in get_forums' -e:2:in
load’-e:2
When I load it on my server and run it in production mode I get the
following error:
rake aborted!
no such file to load – ferret
/home/tsonny/rforum/Rakefile.rb:9
I don’t even know where to begin trying to resolve this issue…Best I
can figure out is that it has something to do with the site:id
configuration.
Please help me…
T.Sonny