change_table do |t|
t.integer :size, default: 0 # works
t.integer :count, { default: 0 } # would create an additional column named "{default => 0}"
end
This could also cause weird columns to appear in the schema_migrations
or ar_internal_metadata
tables when creating a new database.Rack::MethodOverride
to handle QueryParser::ParamsTooDeepError
error.Rack::URLMap
uses non-deprecated form of Regexp.new
.time
and uri
stdlibs (CVE-2023-28755, CVE-2023-28756), see
here
Show archive.org snapshot
for more detailsSafeBuffer#bytesplice
(only on Ruby 3.2, which is not currently supported), see
here
Show archive.org snapshot
for more details.rails-ujs
, see
here
Show archive.org snapshot
for more details.config.active_record.raise_int_wider_than_64bit = false
content_tag
or tag
helpers;
see details
Show archive.org snapshot
.#variant
method.
see here
Show archive.org snapshot