Monty
Monty
Current spec generator requires 'spec_helper' while RSpec v3 requires 'rails_helper' From [RSpec Rails GitHub](https://github.com/rspec/rspec-rails)
**Is your feature request related to a problem? Please describe.** I'm trying to add in `login_hint` into the omniauth request url, but it doesn't pass in the param. **Describe the...
Any plans for making this gem compatible for Rails 7.0? I believe there's no big change needed and just need a gemspec bump.
Due to Sidekiq 7.2 [changes](https://github.com/sidekiq/sidekiq/pull/6074/files#diff-683b2fd787e04bdaa5af519ad8f45ec9ef8bd7341f5877e69c958ceb34d53918) inline javascripts won't be allowed to run, which is being used for filter select tags on `statuses.erb` file. This PR attempts to move those javascript...
Fineprint has action_interceptor as a dependency and it's overriding rails' `redirect_back` method which behaves differently than what rails is now. This can be replicated by having action_interceptor in your gemfile...