Sounds good, but remember Rails 3 is still in beta, and that there's a
lot of changes, so most of your rails 2x plugins will probably not
work (properly) anymore. And looks like you're using rspec... rspec
1.x wont work with Rails 3. rspec 2 is should be out soon though!

also, including only the sequel active_model plugin may not get
everything to play together nicely right off the bat (eg plugins
expecting activerecord). it only makes it compliant with actionpack.
you may still need to include other activemodel modules to help you
out. see here: http://github.com/rails/rails/tree/master/activemodel

On Apr 1, 11:44 am, GregD <[email protected]> wrote:
> On Apr 1, 2:30 pm, mooman <[email protected]> wrote:
>
> > 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
>
> Well, maybe it is time for me to go to Rails 3.  Maybe it will be a
> 'smoother' path.  All the plug and play should make things better, but
> I'm hoping everything is not starting to go down the path of so
> engrossed with one another ie Rails and AR.  Trying to use Sequel for
> a client/server app and a Rails is becoming harder to prove almost
> like trying to use AR for a client/server app.

-- 
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.

Reply via email to