Recent Releases of https://github.com/heartcombo/devise
https://github.com/heartcombo/devise -
https://github.com/heartcombo/devise/blob/v5.0.2/CHANGELOG.md#502---2026-02-18
- Ruby
Published by carlosantoniodasilva 13 days ago
https://github.com/heartcombo/devise -
https://github.com/heartcombo/devise/blob/v5.0.1/CHANGELOG.md#501---2026-02-13
- Ruby
Published by carlosantoniodasilva 18 days ago
https://github.com/heartcombo/devise -
https://github.com/heartcombo/devise/blob/v5.0.0/CHANGELOG.md#500---2026-01-23
- Ruby
Published by carlosantoniodasilva about 1 month ago
https://github.com/heartcombo/devise -
https://github.com/heartcombo/devise/blob/v5.0.0.rc/CHANGELOG.md#500rc---2025-12-31
- Ruby
Published by carlosantoniodasilva 2 months ago
https://github.com/heartcombo/devise -
https://github.com/heartcombo/devise/blob/v4.9.4/CHANGELOG.md#494---2024-04-10
- Ruby
Published by carlosantoniodasilva almost 2 years ago
https://github.com/heartcombo/devise -
https://github.com/heartcombo/devise/blob/v4.9.3/CHANGELOG.md#493---2023-10-11
- Ruby
Published by carlosantoniodasilva almost 2 years ago
https://github.com/heartcombo/devise -
https://github.com/heartcombo/devise/blob/main/CHANGELOG.md#492---2023-04-03
- Ruby
Published by carlosantoniodasilva almost 3 years ago
https://github.com/heartcombo/devise -
https://github.com/heartcombo/devise/blob/v4.9.1/CHANGELOG.md#491---2023-03-31
- Ruby
Published by carlosantoniodasilva almost 3 years ago
https://github.com/heartcombo/devise -
https://github.com/heartcombo/devise/blob/v4.9.0/CHANGELOG.md#490---2023-02-17
- Ruby
Published by carlosantoniodasilva about 3 years ago
https://github.com/heartcombo/devise - v3.5.3
- bug fixes
- Fix password reset for records where
confirmation_required?is disabled and
confirmation_sent_atis nil. (by @andygeers) - Allow resources with no
emailfield to be recoverable (and do not clear the
reset password token if the model was already persisted). (by @seddy, @stanhu)
- Fix password reset for records where
- enhancements
- Upon setting
Devise.send_password_change_notification = truea user will receive notification when their password has been changed.
- Upon setting
- Ruby
Published by lucasmazza about 10 years ago
https://github.com/heartcombo/devise - v3.5.2
- enhancements
- Perform case insensitive basic authorization matching
- bug fixes
- Do not use digests for password confirmation token
- Fix infinite redirect in Rails 4.2 authenticated routes
- Autoload Devise::Encryptor to avoid errors on thread-safe mode
- deprecations
config.expire_auth_token_on_timeoutwas removed
- Ruby
Published by lucasmazza about 10 years ago
https://github.com/heartcombo/devise -
- enhancements
- Support added for Rails 4.2. Devise now depends on the
respondersgem due
the extraction of therespond_withAPI from Rails. (by @lucasmazza) - The Simple Form templates follow the same change from 3.3.0 by using
Log inand adding
a hint about the minimum password length whenvalidatableis enabled. (by @aried3r) - Controller generator added as
devise:controllers SCOPE. You can use the-cflag
to pick which controllers (unlocks,confirmations, etc) you want to generate. (by @Chun-Yang) - Removed the hardcoded references for "email" in the flash messages. If you are using
different attributes as theauthentication_keysthey will be interpolated in the
messages instead. (by @timoschilling)
- Support added for Rails 4.2. Devise now depends on the
- bug fix
- Fixed a regression where the devise generator would fail with a
ConnectionNotEstablished
exception when executed inside a mountable engine. (by @lucasmazza) - Ensure to return symbols in find_scope! fixing a previous regression from 3.3.0 (by @micat)
- Ensure all causes of failed login have the same error message (by @pjungwir)
- The
last_attempt_warningnow takes effect when generating the unauthenticated
message for your users. To keep the current behavior, this flag is nowtrue
by default. (by @lucasmazza)
- Fixed a regression where the devise generator would fail with a
- Ruby
Published by lucasmazza over 11 years ago
https://github.com/heartcombo/devise -
- enhancements
- Devise default views now have a similar markup to Rails scaffold views. (by @udaysinghcode, @cllns)
- Passing
now: trueto theset_flash_messagehelper now sets the message into
theflash.nowHash. (by @hbriggs)
- bugfixes
- Fixed an regression with translation of flash messages for when the
authentication_keys
config is a Hash. (by @lucasmazza)
- Fixed an regression with translation of flash messages for when the
- Ruby
Published by lucasmazza over 11 years ago