Skip to content

v3.4.1

Compare
Choose a tag to compare
@lucasmazza lucasmazza released this 29 Oct 15:00
· 1095 commits to main since this release
  • enhancements
    • Devise default views now have a similar markup to Rails scaffold views. (by @udaysinghcode, @cllns)
    • Passing now: true to the set_flash_message helper now sets the message into
      the flash.now Hash. (by @hbriggs)
  • bugfixes
    • Fixed an regression with translation of flash messages for when the authentication_keys
      config is a Hash. (by @lucasmazza)