We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated API Mode Compatibility Guide (markdown)
Clarify requirements to receive json responses in all cases.
Updated _Footer (markdown)
Updated Bug reports (markdown)
Added routes description to use the custom controller
Change host to subdomain as we want to pass the subdomain only
Add password recovery solution with subdomain
Add an updated version of Turkish translation
Fix a broken link.
Rollback last commit
Updated How To: Add :lockable to Users (markdown)
fix: target links to renamed main branch
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