mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
483 B
483 B
-
Improve
File.atomic_write
error handling -
Fix
Class#descendants
andDescendantsTracker#descendants
compatibility with Ruby 3.1.The native
Class#descendants
was reverted prior to Ruby 3.1 release, butClass#subclasses
was kept, breaking the feature detection.Jean Boussier
Please check 7-0-stable for previous changes.