Tyler Rick

Results 62 issues of Tyler Rick

Resolves #30 (Also resolves/supersedes #27) Currently based on #29 but could be rebased. - [x] Add tests - [x] Update docs

The `min_password_matches` option seems misnamed to me. Model validations are usually worded in a way that describes what is required for the user to be _valid_: - Look at the...

#16 added this to docs: > By default the value set above is used to reject passwords and warn users. > Optionally, you can add the following snippet to `config/initializers/devise.rb`...

It would be useful to be able to configure the pwned_password checking feature to be disabled by default — this is what we would want in _most_ tests, so that...

In both a real app that I just upgraded to sprockets 4 and the `spec/dummy` app in this project, I noticed that `javascript_include_tag "application"` no longer injects a separate script...

The assumption that a project even includes/uses jQuery is rather unsafe and unusual these days. But the core of this project is still valuable in the modern post-jQuery Rails world,...

[Support of Ruby 2.4 has ended](https://www.ruby-lang.org/en/news/2020/04/05/support-of-ruby-2-4-has-ended/) so we should stop wasting time officially supporting it and remove it from .travis.yml. See also https://github.com/rails/sprockets/pull/672 / https://github.com/rails/sprockets/pull/604/files, which also made Ruby 2.5...

I've used this gem before with success, but I just tried adding it to an app that happens to have a strict CSP and am running into this error: ```...