mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
ba0ae542ca
We only add the header when releasing to avoid some conflicts. [ci skip]
545 B
545 B
-
Rails 6 requires Ruby 2.4.1 or newer.
Jeremy Daer
-
Deprecate
update_attributes
/!
in favor ofupdate
/!
.Eddie Lebow
-
Add ActiveRecord::Base.create_or_find_by/! to deal with the SELECT/INSERT race condition in ActiveRecord::Base.find_or_create_by/! by leaning on unique constraints in the database.
DHH
-
Add
Relation#pick
as short-hand for single-value plucks.DHH
Please check 5-2-stable for previous changes.