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

Avoid loading ActiveRecord::Base early #91

Closed casperisfine closed 1 year ago

casperisfine commented 1 year ago

Doing this cause a slew of problems with Rails loading process, causing some configurations not to be applied, etc.

Fix: #89 Fix: #90

benoittgt commented 1 year ago

I confirm that is a good proposal that fix some issue on other gem.