That's the same thing Jeremy was mentioning. (I Googled a bunch of stuff. Would have helped if I just looked at the Sequel website instead. :P)
I've been handling my migrations via sequel directly and I dunno that there's a need for model generation. (Especially since I'm just migrating a bunch of models over.) 1. Does "Sequel::Model.plugin :active_model" load the plugin? (I haven't actually used any plugins yet!) 2. Do I need to include that code somewhere in the Rails bootstrap process? (I don't want to have to do it explicitly for all my models.) 3. When using sequel with Rails, how do I connect to the DB? Doesn't the databases.yml file only work for AR (or require a special plugin)? On Mar 17, 8:59 am, pete <[email protected]> wrote: > On Mar 16, 9:15 pm, cult hero <[email protected]> wrote: > > > So, I've got an app that's currently in Ramaze (it was in Merb, but > > the lack of 1.9 support had me strike up and move). > > > Now that Rails 3 Beta is out I'm going to start transitioning in that > > direction. Do I need to install some kind of plugin gem or something > > for Sequel? (For instance, Datamapper has dm-rails.) Or is there one > > yet? > > Looking at the list of sequel plugins[1], I see there's a plugin for > ActiveModel that specifically mentions Rails 3 compatibility, is this > what you're looking for? > > pete > > [1]http://sequel.rubyforge.org/plugins.html -- 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.
