Skip to content

v1.2.0

Compare
Choose a tag to compare
@derekprior derekprior released this 11 Sep 19:59
· 615 commits to main since this release

Added

  • Support for Rails 4.1.0.rc1
  • Sign in can now be disabled with config.allow_sign_in = false

Changed

  • Sign in failure message is now customized exclusively via I18n.
    SessionsController#flash_failure_after_create is no longer called. To
    customize the message, change the
    clearance.controllers.sessions.bad_email_or_password or
    flashes.failure_after_create key.

Deprecated

  • clearance/testing is now deprecated. Require clearance/rspec or
    clearance/test_unit as appropriate.

Full Changelog