On Thursday, March 20, 2014 9:28:03 PM UTC-7, JA wrote: > > Are there any known issues when using the Sequel gem with a Rails 4 app? >
No. There are various integration packages such as sequel-rails, but it works fine if you just set up your Sequel database connection manually (which is what I do in my Rails apps). You'll probably want to use the active_model plugin, which makes Sequel::Model compatible with the ActiveModel API. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
