On Apr 1, 5:20 am, GregD <[email protected]> wrote: > Okay, I tried in irb or I think I did this correctly. > > gr...@cuda:~/development/r2010.1$ irb > irb(main):001:0> require 'sequel' > => true > irb(main):002:0> Sequel::Model.plugin :active_model > LoadError: no such file to load -- sequel_active_model > from /usr/local/lib/ruby/gems/1.9.1/gems/sequel-3.9.0/lib/ > sequel/core.rb:238:in `require'
This is very odd. Does the following file exist?: /usr/local/lib/ruby/ gems/1.9.1/gems/sequel-3.9.0/lib/sequel/plugins/active_model.rb Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
