On Sunday, August 16, 2015 at 11:31:42 AM UTC-7, Максим Филиппов wrote: > > There is 'sequel-rails' gem which provides some ActiveRecord-like stuff as > generators and loading database config from database.yml file, which I find > rather convenient. But, I would like to hear an advice from sequel users: > would you suggest to use sequel as is in you rails app, or with > 'sequel-rails' gem? >
When I used Rails with Sequel, I established the database connection manually using Sequel.connect in the respective config/environments/*.rb files. But I know quite a few Sequel users use sequel-rails, and certainly it offers a more ActiveRecord-like integration with the rest of the Rails framework. 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.
