Skip to content

Commit f4d0a45

Browse files
committed
Update Changelog
1 parent f5c378a commit f4d0a45

10 files changed

+15
-9
lines changed

CHANGELOG.md

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

1010
## master (unreleased)
1111

12+
### Bug fixes
13+
14+
* [#1244](https://github.com/rubocop/rubocop-rails/issues/1244): Fix a false positive for `Rails/ActionControllerFlashBeforeRender` when returning `redirect_to`. ([@earlopain][])
15+
* [#1255](https://github.com/rubocop/rubocop-rails/pull/1255): Fix an error for `Rails/UniqBeforePluck` with `EnforcedStyle: aggressive` when no receiver. ([@earlopain][])
16+
* [#1247](https://github.com/rubocop/rubocop-rails/issues/1247): Fix an error for `Rails/UnusedIgnoredColumns` when without tables in db/schema.rb. ([@koic][])
17+
* [#1253](https://github.com/rubocop/rubocop-rails/pull/1253): Fix an error for `Rails/WhereMissing` with leading `where` without receiver. ([@earlopain][])
18+
* [#1254](https://github.com/rubocop/rubocop-rails/pull/1254): Fix an error for `Rails/ExpandedDateRange` when passing an argument only to the first method call for weeks. ([@earlopain][])
19+
* [#1256](https://github.com/rubocop/rubocop-rails/pull/1256): Fix an error for `Rails/ActiveSupportOnLoad` when calling without arguments. ([@earlopain][])
20+
* [#1230](https://github.com/rubocop/rubocop-rails/issues/1230): Fix a false positive for `Rails/SaveBang` if `persisted?` is checked on parenthesised expression. ([@earlopain][])
21+
* [#1200](https://github.com/rubocop/rubocop-rails/issues/1200): Make `Rails/TimeZone` aware of safe navigation. ([@earlopain][])
22+
23+
### Changes
24+
25+
* [#1257](https://github.com/rubocop/rubocop-rails/pull/1257): Add Rails 7.1 load hooks and `active_record_sqlite3adapter` to `Rails/ActiveSupportOnLoad`. ([@earlopain][])
26+
1227
## 2.24.0 (2024-03-03)
1328

1429
### New features

changelog/change_add_more_load_hooks_to_rails_active_support_on_load.md

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

changelog/fix_a_false_positive_for_rails_action_controller_flash_before_render.md

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

changelog/fix_an_error_for_rails_uniq_before_pluck.md

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

changelog/fix_an_error_for_rails_unused_ignored_column.md

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

changelog/fix_an_error_for_rails_where_missing.md

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

changelog/fix_and_error_for_rails_expanded_date_range.md

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

changelog/fix_error_for_rails_active_support_load_hook.md

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

changelog/fix_false_positive_for_rails_save_bang.md

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

changelog/fix_make_rails_time_zone_aware_of_safe_navigation.md

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

0 commit comments

Comments
 (0)