Has anyone received an error when using this new plugin? I cannot do
anything with it installed as apparently there is a constructor missing
‘UserStamp’. I’ve looked at the init.rb file and it seems to all be in
order. I can’t do anything, start WebBRick, generate a model, nothing.
I’ve posted the error at the bottom.
I don’t know enough about plugins to properly troubleshoot though. Do I
need to do something to the environment.rb file? The instructions
didn’t say to, but I’m wondering if I do because I’ve also got Engines
and a couple of engines installed.
If anyone has an idea, I would appreciate any help.
ruby script/generate model User
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:195:in
const_missing': uninitialized constant Userstamp (NameError) from ./script/../config/../vendor/plugins/userstamp/init.rb:7:in
load_plugin’
from
c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:311:in
load_plugin' from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:311:in
silence_warnings’
from
c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:311:in
load_plugin' from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:145:in
load_plugins’
from
c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:145:in
each' from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:145:in
load_plugins’
from
c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:100:in
process' ... 9 levels... from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:214:in
require’
from ./script/generate:3
from -e:3:in `load’
from -e:3