Skip to content

Commit c0d83ee

Browse files
committed
Update Changelog
1 parent 8d63d0e commit c0d83ee

6 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99

1010
## master (unreleased)
1111

12+
### Bug fixes
13+
14+
* [#1126](https://github.com/rubocop/rubocop-rails/pull/1126): Fix a false positive for `Rails/RedundantActiveRecordAllMethod` when using some `Enumerable`'s methods with block argument. ([@koic][])
15+
* [#1121](https://github.com/rubocop/rubocop-rails/issues/1121): Fix an error for `Rails/SelectMap` when using `select(:column_name).map(&:column_name)` without receiver model. ([@koic][])
16+
* [#1119](https://github.com/rubocop/rubocop-rails/issues/1119): Fix an incorrect autocorrect for `Rails/RedundantActiveRecordAllMethod` when `all` has parentheses. ([@masato-bkn][])
17+
* [#1130](https://github.com/rubocop/rubocop-rails/issues/1130): Fix crash for `Rails/UniqueValidationWithoutIndex` with bare validate. ([@jamiemccarthy][])
18+
* [#1124](https://github.com/rubocop/rubocop-rails/issues/1124): Fix false positives for `Rails/RedundantActiveRecordAllMethod` when receiver is not an Active Record model. ([@koic][])
19+
1220
## 2.21.1 (2023-09-14)
1321

1422
### Bug fixes
@@ -941,3 +949,4 @@
941949
[@fastjames]: https://github.com/fastjames
942950
[@nipe0324]: https://github.com/nipe0324
943951
[@marocchino]: https://github.com/marocchino
952+
[@jamiemccarthy]: https://github.com/jamiemccarthy

changelog/fix_a_false_positive_for_rails_redundant_active_record_all_method.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_an_error_for_rails_select_map.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_an_incorrect_autocorrect_for_rails_redundant_active_record_all_method_when_all_has_parentheses.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_bug_unique_validation_without_index.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_false_positive_for_rails_redundant_active_record_dll_method.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)