Looks like you're using Rails 2.3.5 (from your first post). Active Model is only in Rails 3. You're not gonna need this plugin if you're not running Rails 3. Unfortunately, you have to deal with the incompatibilities manually in Rails 2.x, since it's really integrated with ActiveRecord. Not too familiar in this area, sorry.
-mooman On Apr 1, 11:10 am, GregD <[email protected]> wrote: > On Apr 1, 1:40 pm, mooman <[email protected]> wrote: > > > I dont think it's the problem with requiring the "sequel/plugins/ > > active_model.rb". It's the requiring of RAILS active_model > > (unfortunately has the same name, which generates a misleading error). > > first line of the plugin requires that. > > > make sure you can load RAILS active_model in your environment first, > > then the plugin should work. > > > -mooman > > Bingo! This is probably it. What do I need to change in > environment.rb? -- 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.
