rails--rails/guides
Erich Soares Machado cdf537ad0a
Addresses `Digest::UUID` RFC 4122 compatibility.
Updates the `Digest::UUID.uuid_from_hash` to return the correct UUID values
for namespace IDs that are different from the ones provided on `Digest::UUID`.

- The new behavior will be enabled by setting the
  `config.active_support.use_rfc4122_namespaced_uuids` option to `true`
  and is the default for new apps.

- The old behavior is the default for upgraded apps and will output a
  deprecation warning every time a value that is different than one of
  the constants defined on the `Digest::UUID` extension is used as the
  namespace ID.

Fixes #37681.
2021-10-23 10:16:16 -04:00
..
assets Merge pull request #42989 from jharrilim/patch-2 2021-09-20 16:28:14 -04:00
bug_report_templates Bump required digest version to 3.1.0.pre for Ruby 3.1 2021-10-12 22:41:22 +09:00
rails_guides Render copy-to-clipboard text in element attribute [ci-skip] 2021-07-23 12:52:10 -05:00
source Addresses `Digest::UUID` RFC 4122 compatibility. 2021-10-23 10:16:16 -04:00
.document
CHANGELOG.md Preparing for 7.0.0.alpha2 release 2021-09-15 18:22:51 -04:00
Rakefile Use `Bundler.unbundled_system` for bug_report_templates tests 2021-06-02 23:27:17 +09:00
rails_guides.rb
w3c_validator.rb