Casecommons / with_model

Dynamically build an Active Record model (with table) within a test context
http://www.casebook.net
MIT License
166 stars 18 forks source link

Maybe, release? #29

Closed palkan closed 4 years ago

palkan commented 5 years ago

Hey there!

Any plans on releasing a new version? The latest release is not compatible with Rails 6 and master is https://github.com/Casecommons/with_model/pull/28.

pockata-kt commented 5 years ago

Yes, please release. I'm having trouble upgrading to rails 6.0 because of this.

KevinBongart commented 4 years ago

What's preventing Rails 6 support? How can I help? cc @amarshall

palkan commented 4 years ago

What's preventing Rails 6 support?

Rails 6 is supported in master; all we need is release)

amarshall commented 4 years ago

ActiveRecord 6.0 wasn’t really supported, just the gemspec had been bumped to allow for development. In fact, the test suite had failures related to resetting ActiveSupport’s descendant tracking. Anyway, I’ve fixed the failures by working around their new API a bit (oy), and have released v2.1.3 which supports ActiveRecord 6.0.