Sha256: 0aa696d7f3d296790adcb8353d7d3de9b771976054f45a72bc1361ecf655fc4f

Contents?: true

Size: 1.34 KB

Versions: 1

Compression:

Stored size: 1.34 KB

Contents

h2. 0.4.8 (2/16/2009)

* adding support paths for Cucumber (bmabey)
* adding documentation for the flash (bmabey)
* generators require "test_helper" instead of File.join. for rr compatibility. (Joe Ferris)
* removed interpolated email address from flash message to make i18n easier. 
* standardized flash messages that refer to email delivery.

h2. 0.4.7 (2/12/2009)

* removed Clearance::Test::TestHelper. one less setup step. all test helpers now in shoulda_macros.

h2. 0.4.6 (2/11/2009)

* making the modules behave like mixins again. (hat-tip Eloy Duran)
* created Actions and PrivateMethods modules on controllers for future RDoc reasons.

h2. 0.4.5 (2/9/2009)

* [#43] Removed email downcasing. (local-part is case sensitive per RFC5321)
* [#42] Removed dependency on Mocha.
* Required Shoulda >= 2.9.1.
* Added password reset feature to clearance_features generator.
* Removed unnecessary session[:salt].
* [#41] 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.

h2. 0.4.4 (2/2/2009)

* Added a generator for Cucumber features
* Standarized naming for "Sign up," "Sign in," and "Sign out"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
thoughtbot-clearance-0.4.8 CHANGELOG.textile