sequel-rails icon indicating copy to clipboard operation
sequel-rails copied to clipboard

Update dependencies to Rails 3+

Open harukizaemon opened this issue 15 years ago • 2 comments

Now that Rails 3 has been released and 3.1 is around the corner, any chance of releasing a new version with updated dependencies?

harukizaemon avatar Oct 17 '10 23:10 harukizaemon

I've forked it and patched it for Rails 3.1 (rc6) and it seems to work for me simply by relaxing the version requirements.

There was one deprecation warning that I've addressed as well.

https://github.com/twg/sequel-rails

I'm not sure if this gem is still actively maintained, but something like it is required for Sequel to be a first-class citizen in Rails.

If the gem is left out, Rails doesn't know what ORM to use. If the gem is installed but not engaged, you get an error that sequel is not found.

tadman avatar Aug 18 '11 19:08 tadman

It may be easier to simply use sequel_rails3 instead.

tadman avatar Aug 19 '11 16:08 tadman