All Versions
95
Latest Version
Avg Release Cycle
114 days
Latest Release
542 days ago
Changelog History
Page 7
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
andsign_out
not settingcurrent_user
.
- Fixed
-
v0.8.7 Changes
February 21, 2010๐ Fixed
- ๐ Fixed global sign out bug.
- ๐ Allow Rails apps to
before_filter :authenticate
the entire app inApplicationController
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
fromClearance::User
. - โ Remove dependency on
root_path
, use'/'
instead. - Use
Clearance.configure
block to set mailer sender instead ofDO_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.
- โ Removed
-
v0.8.4 Changes
December 08, 2009๐ Fixed
- โ Remove unnecessary
require 'factory_girl'
in generator.
- โ Remove unnecessary
-
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
insign_in
.
-
v0.8.1 Changes
August 31, 2009๐ Changed
- Removed unnecessary
remember_token_expires_at
column.
โ Removed
- โ Removed
remember?
andforget_me!
user instance methods.
- Removed unnecessary