We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated OmniAuth: Overview (markdown)
Updated Troubleshooting Rails 7 and Turbo Drive (markdown)
Support Turbo frame.
Replace first_or_create with find_or_create_by
first_or_create has been removed https://github.com/rails/rails/issues/23495
Updated How To: Disable user from destroying their account alternative method (markdown)
Created How To: Disable user from destroying their account alternative method (markdown)
Provide a simpler way to disable users from destroying their account by overriding routes in routes.rb
Updated How To: Check Onwership (markdown)
Change the link to point to the right method line number.
addition of a possible error case and how to solve it
Removed ! from `return if !verify_recaptcha` in PasswordsController `check_captcha` method
Added a new example for Rails 7
Updated How To: Redirect to a specific page on successful sign in out (markdown)
I think we have a problem here huh
Added alternative approach to assigning mailer layout.
Adding formal German translation (Sie) for v4.6.2
Created Troubleshooting Rails 7 and Turbo Drive (markdown)
Created How To: Check Onwership (markdown)
Fixing a link.
Updated How to: redirect to a specific page on successful sign in out (markdown)
Replace missing end from previous edit.
Remove unreachable branch where account is approved but not persisted. This created the nonsensical case where the user would see two errors: 1. That her email was not found. 2. That she was not approved. Caught this via SimpleCov with 100% line and branch coverage enabled.