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

Add Rails main to the CI to support Rails 7.1 #80

Closed sebaherrera07 closed 1 year ago

sebaherrera07 commented 1 year ago

Picked up from https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/78 to get the CI passing.

petergoldstein commented 1 year ago

@etagwerker Any chance we can get specs running and (assuming its green) get this merged? And even more ideally, get it into a gem release?

eikes commented 1 year ago

I got back to work on my PR and made all the CI tests pass...

etagwerker commented 1 year ago

@sebaherrera07 Thanks for taking a stab at this! I decided to go with this solution: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/78