richardonrails
richardonrails
Unfortunately this gem apparently isn't maintained since there are some security alerts on the pinned versions of dependencies this gem uses.
Is anyone maintaining a fork of this gem that upgraded dependencies and support for Rails 7?
Especially with [Payola](https://github.com/payolapayments/payola) now officially archived/unmaintained, it would be great to see this project in a healthy state. BulletTrain looks really awesome and is something I would strongly consider for...
In my case it's about backwards compatibility to avoid having to modify a bunch of existing code beyond what otherwise would be a simple find/replaceall of the method name. But...
The really simple change I'd like to see is for `per_environment: true` to look first for an `Algolia.configuration[:env]` option, which should default to `ENV['ALGOLIA_ENV']` and then fall back to `Rails.env`...
My invites need an email and a valid role to be created/sent OR when an admin is modifying the invitation (editing its role). Then when the invitee is signing up...
+1 on improvements here, my login broke after a Rails 7 upgrade because I am routing users to a per-user custom external URLs in `after_sign_in_path_for`
Added a couple more typo fixes to the PR
:+1: I had to workaround this issue too: https://github.com/rswag/rswag/pull/619#issuecomment-1693780676
With how the gem is in 2.5.0, I think you also need to remove the entire `skip_info` section of the README, as it appears that option is no longer used...