pennylane-hq / activerecord-adapter-redshift

Other
6 stars 27 forks source link

Fix #35 - do not register adapter unless on Rails >= 7.2.0 #36

Closed owst closed 2 weeks ago

owst commented 2 weeks ago

The adapter registration API was introduced in Rails 7.2.0 in https://github.com/rails/rails/commit/009c7e74117690f0dbe200188a929b345c9306c1

Fixes #35

owst commented 2 weeks ago

@quentindemetz could you merge this fix too?

owst commented 2 weeks ago

Thanks @quentindemetz ! A release with (fixed) support for 7.2 and database tasks (#37) would be great when you have a chance to make one