Active Support
-
Fix
AS::MessagePack
withENV["RAILS_MAX_THREADS"]
.Jonathan Hefner
Active Model
- No changes.
Active Record
-
Remove -shm and -wal SQLite files when
rails db:drop
is run.Niklas Häusele
-
Revert the change to raise an
ArgumentError
when#accepts_nested_attributes_for
is declared more than once for
an association in the same class.The reverted behavior broke the case where the
#accepts_nested_attributes_for
was defined in a concern and
where overridden in the class that included the concern.Rafael Mendonça França
Action View
- No changes.
Action Pack
- No changes.
Active Job
-
Make sure
scheduled_at
is a Time object when asserting enqueued jobs.Rafael Mendonça França
Action Mailer
- No changes.
Action Cable
- No changes.
Active Storage
- No changes.
Action Mailbox
- No changes.
Action Text
- No changes.
Railties
-
Always set the Rails logger to be an instance of
ActiveSupport::BroadcastLogger
.Edouard Chin