blob: bbb0ec575e1927ca0f7f2a2fc0a322f3cdff513d (
plain) (
tree)
|
|
## Rails 6.0.0.alpha (Unreleased) ##
* 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*
Please check [5-2-stable](https://github.com/rails/rails/blob/5-2-stable/activerecord/CHANGELOG.md) for previous changes.
|