Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Update dependencies to Rails 3+ #5

Open
harukizaemon opened this issue Oct 17, 2010 · 2 comments
Open

Update dependencies to Rails 3+ #5

harukizaemon opened this issue Oct 17, 2010 · 2 comments

Comments

@harukizaemon
Copy link

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

@tadman
Copy link

tadman commented Aug 18, 2011

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
Copy link

tadman commented Aug 19, 2011

It may be easier to simply use sequel_rails3 instead.

dlee referenced this issue in dlee/sequel-rails Jan 30, 2013
FIX: MySQL Storage adapter passing malformed arguments to mysql binary.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants