All Versions
20
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v1.3.1 Changes

    • 👌 Support for Rails 4.2, 5.0 and 5.1.
    • 👌 Improve errors reported by add_index on malformed inputs.
  • v1.3.0 Changes

    • 🆕 New feature: detect missing foreign key constraints.
  • v1.2.1 Changes

    • 👌 Support for Rails 5 (thanks @syndbg)
  • v1.2.0 Changes

    • 🆕 New feature: report extraneous indexes on primary keys.
    • 🐛 Bug fix: properly recognise indexes on polymorphic associations (thanks for reporting @kvokka and @michaelachrisco)
    • 🐛 Bug fix: handle non-unique indexes correctly
    • 📚 Clean up the documentation (thanks @Fryguy)
  • v1.1.1 Changes

    • Document how to detect extraneous indexes.
    • 👌 Support Rubies lacking Array#to_h.
    • 🔨 Minor refactorings (thanks @mwsteb)
  • v1.1.0 Changes

    • 🆕 New feature: detect extraneous indexes.
    • ⚡️ Update the installation instructions.
  • v1.0.3 Changes

    • 🐛 Bug fix: add rails to development dependencies.
  • v1.0.2 Changes

    • 🐛 Bug fix: add rake to development dependencies.
  • v1.0.1 Changes

    • 🐛 Bug fix: versions in Gemfile.lock.
    • 🐛 Bug fix: don't generate migrations with identical timestamps.
  • v1.0.0 Changes

    • 🎉 Initial release.
    • 🆕 New feature: Detecting and indexing unindexed foreign keys.