Skip to content

v0.8.5

Compare
Choose a tag to compare
@croaky croaky released this 11 Sep 20:07
· 1117 commits to main since this release

Changed

  • Removed attr_accessible from Clearance::User.
  • Remove dependency on root_path, use '/' instead.
  • Use Clearance.configure block to set mailer sender instead of DO_NOT_REPLY
    constant.

Fixed

  • Replaced routing hack with Clearance::Routes.draw(map) to give more control
    to the application developer.
  • Fixed bug in password reset feature.

Full Changelog