All Versions
95
Latest Version
Avg Release Cycle
114 days
Latest Release
468 days ago
Changelog History
Page 10
Changelog History
Page 10
-
v0.4.8 Changes
February 16, 2009โ Added
- โ Added documentation for the flash.
- โ
Generators
require 'test_helper'
instead ofFile.join
for RR compatibility.
๐ Changed
- โ Removed interpolated email address from flash message to make i18n easier.
- Standardized flash messages that refer to email delivery.
-
v0.4.7 Changes
February 12, 2009๐ Changed
- โ Removed
Clearance::Test::TestHelper
so there is one less setup step. - โ
All test helpers now in
shoulda_macros
.
- โ Removed
-
v0.4.6 Changes
February 11, 2009โ Added
- Created
Actions
andPrivateMethods
modules on controllers for future RDoc reasons.
- Created
-
v0.4.5 Changes
February 09, 2009โ Added
- โ Added password reset feature to
clearance_features
generator.
๐ Changed
- Only store location for
session[:return_to]
for GET requests. - Audited "sign up" naming convention. "Register" had slipped in a few places.
- Switched to
SHA1
encryption. Cypher doesn't matter much for email confirmation, password reset. Better to have shorter hashes in the emails for clients who line break on 72 chars.
โ Removed
- โ Removed email downcasing because local-part is case sensitive per RFC5321.
- โ Removed unnecessary
session[:salt]
.
- โ Added password reset feature to
-
v0.4.4 Changes
February 02, 2009โ Added
- โ Added a generator for Cucumber features.
๐ Changed
- Standardized naming for "Sign up," "Sign in," and "Sign out".