Skip to content

Commit bac0f3e

Browse files
committed
Update Changelog
1 parent 2c357f0 commit bac0f3e

8 files changed

+17
-7
lines changed

CHANGELOG.md

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

1010
## master (unreleased)
1111

12+
### New features
13+
14+
* [#1383](https://github.com/rubocop/rubocop-rails/pull/1383): Introduce `AllCops: MigratedSchemaVersion` config. ([@koic][])
15+
16+
### Bug fixes
17+
18+
* [#1390](https://github.com/rubocop/rubocop-rails/pull/1390): Fix an incorrect autocorrect for `Rails/SelectMap` when `select` has no receiver and method chains are used. ([@masato-bkn][])
19+
* [#1382](https://github.com/rubocop/rubocop-rails/pull/1382): Fix false negatives for `Rails/RedundantActiveRecordAllMethod` when using `all` method in block. ([@masato-bkn][])
20+
* [#1397](https://github.com/rubocop/rubocop-rails/pull/1397): Fix `Rails/FilePath` cop error on `join` method with implicit receiver. ([@viralpraxis][])
21+
* [#1398](https://github.com/rubocop/rubocop-rails/pull/1398): Fix `Rails/FilePath` cop error in case of extra operations in `Rails.root` interpolation. ([@viralpraxis][])
22+
* [#1392](https://github.com/rubocop/rubocop-rails/pull/1392): Fix `Rails/FilePath` cop error with rescued `Rails.root`. ([@viralpraxis][])
23+
24+
### Changes
25+
26+
* [#1388](https://github.com/rubocop/rubocop-rails/pull/1388): Modify `Rails/Pluck` to ignore `map/collect` when used inside blocks to prevent potential N+1 queries. ([@masato-bkn][])
27+
1228
## 2.27.0 (2024-10-26)
1329

1430
### Bug fixes
@@ -1166,3 +1182,4 @@
11661182
[@maxprokopiev]: https://github.com/maxprokopiev
11671183
[@ytjmt]: https://github.com/ytjmt
11681184
[@armandmgt]: https://github.com/armandmgt
1185+
[@viralpraxis]: https://github.com/viralpraxis

changelog/change_modify_rails_pluck_to_ignore_map_collect.md

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

changelog/fix_fix_an_incorrect_autocorrect_for.md

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

changelog/fix_fix_false_negatives_for_ rails_redundant_active_record_all_method.md

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

changelog/fix_merge_pull_request_1392_from.md

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

changelog/fix_rails_file_path_cop_error_on_extra_operations_in_rails_root_interpolation.md

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

changelog/fix_rails_file_path_cop_error_with_rescued_rails_root.md

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

changelog/new_intro_migrated_schema_version.md

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

0 commit comments

Comments
 (0)