activerecord
Advanced tools
+5
-0
@@ -0,1 +1,6 @@ | ||
| ## Rails 8.1.1 (October 28, 2025) ## | ||
| * No changes. | ||
| ## Rails 8.1.0 (October 22, 2025) ## | ||
@@ -2,0 +7,0 @@ |
@@ -12,3 +12,3 @@ # frozen_string_literal: true | ||
| MINOR = 1 | ||
| TINY = 0 | ||
| TINY = 1 | ||
| PRE = nil | ||
@@ -15,0 +15,0 @@ |
| # frozen_string_literal: true | ||
| require "rails" | ||
| require "active_record" | ||
| require "rails" | ||
| require "active_support/core_ext/object/try" | ||
@@ -6,0 +6,0 @@ require "active_model/railtie" |
@@ -872,3 +872,5 @@ # frozen_string_literal: true | ||
| # [:on_duplicate] | ||
| # Configure the SQL update sentence that will be used in case of conflict. | ||
| # Configure the behavior that will be used in case of conflict. Use `:skip` | ||
| # to ignore any conflicts or provide a safe SQL fragment wrapped with | ||
| # `Arel.sql`. | ||
| # | ||
@@ -875,0 +877,0 @@ # NOTE: If you use this option you must provide all the columns you want to update |