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.
Im migrating an application that was using Devise 1.x and i found that the method unless_confirmed does not exist anymore in model confirmable. I replaced by confirmed?
Mention new reconfirmable I18n key devise.registrations.update_needs_confirmation
Debugging this ate a day of my life :/
`confirm_within` still exists and does not have the same behavior as `allow_unconfirmed_access_for`
Updating skip_session_storage << :auth_token to << :token_auth.
Updated How To: Upgrade to Devise 2.0 (markdown)
Revert 87e661f6bd7fe8d40d018c408d122288dc077547^ ... 87e661f6bd7fe8d40d018c408d122288dc077547
Destroyed How To: Upgrade to Devise 2.0 (markdown)
Small but rather important typo fix
Small typo fix
Created How To: Upgrade to Devise 2.0 (markdown)