On Mar 31, 5:59 pm, GregD <[email protected]> wrote: > I just updated my gems. Got sequel 3.9.0. Now, plugin :active_model > fails. I read the active_model is required. What does this mean? I > tried reguire 'active_model'. That was unknown. > > Here is the error I get: (it occurs on the plugin :active_model of my > Player < Sequel::Model > > /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/ > active_support/dependencies.rb:158:in `require': no such file to load > -- sequel_active_model (MissingSourceFile)
Does it work outside of Rails? As you can see, the error is raised by ActiveSupport. There is a fix for plugin loading that's available in the master branch, but this appears to be a different issue. 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.
