Skip to content

Commit b9da6a9

Browse files
committed
Update Changelog
1 parent a744cc2 commit b9da6a9

12 files changed

+21
-11
lines changed

CHANGELOG.md

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

1010
## master (unreleased)
1111

12+
### New features
13+
14+
* [#1324](https://github.com/rubocop/rubocop-rails/pull/1324): Add `Rails/FindByOrAssignmentMemoization` cop. ([@r7kamura][])
15+
* [#1501](https://github.com/rubocop/rubocop-rails/pull/1501): Add new cop `Rails/OrderArguments`. ([@lovro-bikic][])
16+
17+
### Bug fixes
18+
19+
* [#1497](https://github.com/rubocop/rubocop-rails/pull/1497): Fix bugs in `Rails/PluckId` and `Rails/PluckInWhere`. ([@r7kamura][])
20+
* [#1478](https://github.com/rubocop/rubocop-rails/issues/1478): Fix a false negative for `Rails/EnvLocal` when having preceding conditions. ([@fatkodima][])
21+
* [#1505](https://github.com/rubocop/rubocop-rails/issues/1505): Fix false negatives for `Rails/Pluck` when `map` method call is used in a block without a receiver. ([@koic][])
22+
* [#1486](https://github.com/rubocop/rubocop-rails/issues/1486): Fix false positives for `Rails/Output` when `p` method is a DSL. ([@koic][])
23+
* [#1495](https://github.com/rubocop/rubocop-rails/issues/1495): Fix false positives for `Rails/TransactionExitStatement` when `break` is used in loop in transactions. ([@koic][])
24+
* [#1483](https://github.com/rubocop/rubocop-rails/pull/1483): Fix autocorrection error when `Rails/IndexWith` has nested offenses. ([@lovro-bikic][])
25+
26+
### Changes
27+
28+
* [#1500](https://github.com/rubocop/rubocop-rails/pull/1500): Exclude controllers and mailers from `Lint/UselessMethodDefinition`. ([@r7kamura][])
29+
* [#1474](https://github.com/rubocop/rubocop-rails/issues/1474): Make `Rails/EnumSyntax` include the lib directory by default. ([@koic][])
30+
* [#1463](https://github.com/rubocop/rubocop-rails/issues/1463): Mark `Rails/IndexWith` as unsafe autocorrect. ([@tejasbubane][])
31+
1232
## 2.32.0 (2025-05-17)
1333

1434
### Bug fixes
@@ -1286,3 +1306,4 @@
12861306
[@exterm]: https://github.com/exterm
12871307
[@davidrunger]: https://github.com/davidrunger
12881308
[@tdeo]: https://github.com/tdeo
1309+
[@lovro-bikic]: https://github.com/lovro-bikic

changelog/change_exclude_controllers_and_mailers_from.md

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

changelog/change_make_rails_enum_syntax_aware_of_lib.md

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

changelog/change_mark_rails_index_with_as_unsafe.md

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

changelog/fix_bugs_in_rails_pluck_id_and_rails_pluck_in_where.md

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

changelog/fix_false_negative_for_env_local.md

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

changelog/fix_false_negatives_for_rails_pluck.md

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

changelog/fix_false_positives_for_rails_output.md

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

changelog/fix_false_positives_for_rails_transaction_exit_statement.md

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

changelog/fix_index_with_nested_offenses.md

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

0 commit comments

Comments
 (0)