Database Cleaner v1.1.0 Release Notes

Release Date: 2013-08-01 // over 10 years ago
  • === ๐Ÿ†• New Features/Changes

    • schema_migrations table name is now retrieved from ActiveRecord (Kyle Stevens)
    • Autoloading logic is now exposed, see PR #212 for details (Jeff Felchner)

    === ๐Ÿ› Bug Fixes

    • Deletion strategy works again on MySQL, had to roll back multiple statements patch.
    • Fix MySqlAdapter superclass bug via class_eval loading of superclasses (Tom Meier)
    • Sequel strategy fix dealing with symbol/string mismatch on table names. (Fred Wu)