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

Changelog History
Page 10

  • v0.4.8 Changes

    February 16, 2009

    โž• Added

    • โž• Added documentation for the flash.
    • โœ… Generators require 'test_helper' instead of File.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.
  • v0.4.6 Changes

    February 11, 2009

    โž• Added

    • Created Actions and PrivateMethods modules on controllers for future RDoc reasons.
  • 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].
  • 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".