SchemaPlus / schema_validations

Automatically creates validations basing on the database schema.
Other
173 stars 34 forks source link

Rails 5 support #42

Closed maisumakun closed 7 years ago

maisumakun commented 8 years ago

Currently, this gem is locked to ActiveRecord 4.2.x. Will this support Rails 5 ?

ronen commented 8 years ago

Yes, we are in the process of upgrading all SchemaPlus gems to Rails 5.

(By "we" I really mean @boazy who's doing all the hard work :)

plicjo commented 7 years ago

I've got a PR up with schema_validations running on Rails 5. https://github.com/SchemaPlus/schema_validations/pull/44

That should help!

boazy commented 7 years ago

@ronen Can you release a new version of the gem? Perhaps we should make releases easier by just letting Travis CI do that on tags.