🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

activerecord

Package Overview
Dependencies
Maintainers
1
Versions
519
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

activerecord - rubygems Package Compare versions

Comparing version
8.1.0
to
8.1.1
+5
-0
CHANGELOG.md

@@ -0,1 +1,6 @@

## Rails 8.1.1 (October 28, 2025) ##
* No changes.
## Rails 8.1.0 (October 22, 2025) ##

@@ -2,0 +7,0 @@

+1
-1

@@ -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