DatabaseCleaner / database_cleaner-active_record

Strategies for cleaning databases using ActiveRecord. Can be used to ensure a clean state for testing.
MIT License
64 stars 63 forks source link

Fix CI and Rails 7.1 compatibility on main #107

Closed tagliala closed 4 months ago

tagliala commented 5 months ago

Improve CI

Stable builds:

Experimental builds:

Fixes:

Updates:

Readability:


Fix Rails 7.1 compatibility

Also:

ActiveRecord:


Use respond_to? to determine the schema migration table name

Close #106

mamhoff commented 4 months ago

This fixes a bug that's currently affecting people. It would be fantastic if this were released.