TalentBox / sequel-rails

A gem for using Sequel with Rails 5.x, 6.x, 7.x, 8.x
http://talentbox.github.io/sequel-rails/
MIT License
326 stars 81 forks source link

Rails5? #105

Closed jrochkind closed 3 years ago

jrochkind commented 8 years ago

Any word on compat with Rails 5.x, or plans to test and make it so if needed?

JonathanTron commented 8 years ago

Hi @jrochkind, no specific plan.

I can make changes to run the tests using Rails 5 on TravisCI, so we can see if they fail, then I will happily accept PRs to make sequel-rails compatible.

jrochkind commented 8 years ago

Awesome. Running tests under Rails5 defintely sounds like the first step! Even if no other changes are made, that allows developers to look at the travis output to see if they're likely to be able to use it with Rails5 or not, if there are just certain features that might not work right, etc. Awesome!

hosamaly commented 3 years ago

Looks like this ticket has already been resolved