All Versions
95
Latest Version
Avg Release Cycle
114 days
Latest Release
691 days ago

Changelog History
Page 7

  • v0.9.1 Changes

    June 29, 2010

    ➕ Added

    • 🚀 This release supports Rails 3, capybara, and shoulda 2.10+.
  • v0.9.0 Changes

    June 11, 2010

    ➕ Added

    • 👍 Allow customization of cookie duration.

    🔄 Changed

    • ✂ Removed unnecessary db index.
  • v0.8.8 Changes

    February 25, 2010

    🛠 Fixed

    • Fixed sign_in and sign_out not setting current_user.
  • v0.8.7 Changes

    February 21, 2010

    🛠 Fixed

    • 🛠 Fixed global sign out bug.
    • 👍 Allow Rails apps to before_filter :authenticate the entire app in ApplicationController and still have password recovery work without overriding any controllers.
    • 🚅 Rails 3 fix for ActionController/ActionDispatch change.
  • v0.8.6 Changes

    February 17, 2010

    ➕ Added

    • 👍 Allow overridden user models to skip email/password validations conditionally. This makes username/facebook integration easier.

    🛠 Fixed

    • Clearance features capitalization should match view text.
    • Skip :authenticate before_filter in controllers so apps can easily authenticate a whole site without subclassing.
    • ➕ Added randomness to token and salt generation,
    • Reset the remember_token on sign out instead of sign in. Allows for the same user to sign in from two locations at once.
    • ⚡️ Append the version number to generated update migrations.
  • v0.8.5 Changes

    January 20, 2010

    🔄 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.
  • v0.8.4 Changes

    December 08, 2009

    🛠 Fixed

    • ✂ Remove unnecessary require 'factory_girl' in generator.
  • v0.8.3 Changes

    September 21, 2009

    🛠 Fixed

    • Avoid possible collisions in the remember me token.
  • v0.8.2 Changes

    September 01, 2009

    ➕ Added

    • current_user= accessor method.
    • 👉 Set current_user in sign_in.
  • v0.8.1 Changes

    August 31, 2009

    🔄 Changed

    • Removed unnecessary remember_token_expires_at column.

    ✂ Removed

    • ✂ Removed remember? and forget_me! user instance methods.