index

id: f352f06a77dc437ec7237a4ae90809a623d8a331fe3226bb0cc256f99cd40102

id (bech32): note17df0q6nhm3pha3er0f9wjzqf5c3a3ge3lcezdwcvcft0n8x5qypqxt9qrk

sig: 2af5fbc6a23cde6cfa136081923d533c305d3cd82b678d50ff993561ebdc5b559e8b04052ccc2f197084d941e9f4d34f23489330200b8d0508f9118c20f7d8a6

created_at: 2024-08-08 14:06:07 +0900

created_at (unix time): 1723093567

content:

devise 4.9.4 以下由来で未だに発生している deprecation warning:

DEPRECATION WARNING: `Rails.application.secrets` is deprecated in favor of `Rails.application.credentials` and will be removed in Rails 7.2. (called from <main> at /app/config/environment.rb:5)

Related Issues, PRs:

https://github.com/heartcombo/devise/issues/5644
https://github.com/heartcombo/devise/pull/5645

Monkey patch:

https://github.com/JunichiIto/everydayrails-rspec-jp-2024/commit/84401474a705fa3cf9b15df0475e6e00a260f442

自分で先にsecret_keyをsecret_key_baseから用意してあげてしまえば良い.

JSON