File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ # Version 1.12.0
2+
3+ * New feature: detect extraneous indexes on PostgreSQL materialized views
4+ (contributed by fatkodima).
5+ * New feature: support for case-insensitive validations in
6+ missing_unique_indexes (contributed by fatkodima).
7+ * New feature: support for has_one in missing_unique_indexes (contributed by
8+ fatkodima).
9+ * New feature: support for async options in incorrect_dependent_option
10+ (contributed by fatkodima).
11+ * Bug fix: make Rake integration work in non-Rails projects (contributed by
12+ fatkodima).
13+ * Bug fix: ignore inherited validations in missing_unique_indexes (contributed
14+ by fatkodima).
15+ * Bug fix: make extraneous_indexes work on expression indexes (contributed
16+ by fatkodima).
17+ * short_primary_key type checks only integer indexes as they are the ones at the
18+ risk of running out (contributed by fatkodima).
19+ * unindexed_foreign_keys looks at actual foreign keys, instead of guessing based
20+ on column name (contributed by fatkodima).
21+ * Improvements and clarifications to documentation and error messages
22+ (contributed by Kurtis Rainbolt-Greene, Vincent Glennon, and fatkodima).
23+
124# Version 1.11.0
225
326* New feature: support for polymorphic associations in
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module ActiveRecordDoctor
4- VERSION = "1.11 .0"
4+ VERSION = "1.12 .0"
55end
You can’t perform that action at this time.
0 commit comments