Ryan Garver
Ryan Garver
If you had duplicates it appears that #19456 could have removed all of them.
@ClearlyClaire you are right it should leave the "last" record for each IP address (missed the `...` vs `..` in the PR).
#1091 Exists, but not sure what is holding it up.
My first thought on this was to shift to a Rails version check with three checks in order: 1. `secret_key_base` on `secrets`/`credentials` depending on the rails version (it's deprecated which...
A couple of things: 1. The mock application in the `test/secret_key_finder_test`, specifically `Rails52Secrets` doesn't include a `#config` definition and fails since the `#secrets` call happens after falling through the other...
Confirmed this is still an issue on Rails 7.1.0.alpha. The `config.before_configuration` didn't work for me, but `config.reload_routes = false` in the Devise initializer did solve it. I'm not sure about...
I'd love to see this but for data sources. Even if its just a section with a null label.