Skip to content

Commit 9b730e1

Browse files
committed
Update Changelog
1 parent 6fa91dd commit 9b730e1

12 files changed

Lines changed: 20 additions & 11 deletions

CHANGELOG.md

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

1010
## master (unreleased)
1111

12+
### Bug fixes
13+
14+
* [#1595](https://github.com/rubocop/rubocop-rails/issues/1595): Fix a false negative for `Rails/I18nLocaleTexts` when using `redirect_back_or_to` with a flash message. ([@55728][])
15+
* [#1587](https://github.com/rubocop/rubocop-rails/pull/1587): Fix false positives for `Rails/Presence` with operator methods like `<<`, `=~`, and others. ([@eugeneius][])
16+
* [#1586](https://github.com/rubocop/rubocop-rails/pull/1586): Don't add unnecessary parentheses in `Rails/Presence`. ([@eugeneius][])
17+
* [#1602](https://github.com/rubocop/rubocop-rails/issues/1602): Fix an error in `Rails/SelectMap` when `.select` appears inside a subquery in an argument. ([@koic][])
18+
* [#1604](https://github.com/rubocop/rubocop-rails/pull/1604): Allow `DatabaseTypeResolvable` to fall back to an `adapter` configuration specified in a `shared` key. ([@codergeek121][])
19+
* [#1582](https://github.com/rubocop/rubocop-rails/pull/1582): Fix a false negative where `local` was incorrectly treated as a known environment name when using `==` comparison in `Rails/UnknownEnv`. ([@lovro-bikic][])
20+
21+
### Changes
22+
23+
* [#1571](https://github.com/rubocop/rubocop-rails/pull/1571): Add more detection patterns on `Rails/ResponseParsedBody`. ([@r7kamura][])
24+
* [#1583](https://github.com/rubocop/rubocop-rails/pull/1583): Extend `Rails/StrongParametersExpect` to detect `params[:key]` in method calls and raising finder methods. ([@koic][])
25+
* [#1584](https://github.com/rubocop/rubocop-rails/pull/1584): Add support for `case` statements to `Rails/UnknownEnv`. ([@lovro-bikic][])
26+
* [#1592](https://github.com/rubocop/rubocop-rails/pull/1592): Fix false negative for `!=` comparison in `Rails/UnknownEnv`. ([@lovro-bikic][])
27+
* [#1598](https://github.com/rubocop/rubocop-rails/pull/1598): Use glob patterns compatible with Engine or Packwerk for cops targeting `spec/` and `test/` directories. ([@y-yagi][])
28+
1229
## 2.34.3 (2026-01-03)
1330

1431
### Bug fixes
@@ -1386,3 +1403,6 @@
13861403
[@tuxagon]: https://github.com/tuxagon
13871404
[@cdudas17]: https://github.com/cdudas17
13881405
[@davidenglishmusic]: https://github.com/davidenglishmusic
1406+
[@y-yagi]: https://github.com/y-yagi
1407+
[@55728]: https://github.com/55728
1408+
[@codergeek121]: https://github.com/codergeek121

changelog/change_add_more_detection_patterns_on.md

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

changelog/change_enhance_rails_strong_parameters_expect.md

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

changelog/change_rails_unknown_env_support_for_case.md

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

changelog/change_rails_unknown_env_support_for_inequality_comparison.md

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

changelog/change_use_packwerk_compatible_globs_for_test_cops.md

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

changelog/fix_i18n_locale_texts_redirect_back_or_to.md

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

changelog/fix_presence_operator_methods.md

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

changelog/fix_rails_presence_parentheses.md

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

changelog/fix_rails_select_map_crash_on_subquery_select.md

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

0 commit comments

Comments
 (0)