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.
Fix information about Users::RegistrationsController
update link
Updated How To: Add sign_in, sign_out, and sign_up links to your layout template (markdown)
`link_to` still makes a GET request which throws an error, while `button_to` makes the DELETE request and is the recommended solution for Rails applications with Hotwire.
Updated Example applications (textile)
Updated I18n (textile)
Updated How To: Test controllers with Rails (and RSpec) (markdown)
Doc typo
Add devise-passkeys to Extensions page in Wiki
Updated How To: sign in and out a user in Request type specs (specs tagged with type: :request) (markdown)
Replace `Devise.bcrypt` with `Devise::Encryptor.digest` in wiki
Updated How To: Upgrade to Devise 4.9.0 [Hotwire Turbo integration] (markdown)
Updated OmniAuth:AzureAD (markdown)
Mention the need to disable Turbo more explicitly
Added translations to pt-BR on v4.8.1
Updated How To: Upgrade to Devise 4.9.0 (Hotwire Turbo integration) (markdown)
Initial upgrade wiki for Devise and Hotwire/Turbo integration
Add syntax highlighting
Updated Extensions (textile)
Updated How To: Add :lockable to Users (markdown)
Updated OmniAuth: Overview (markdown)