Sha256: 58df7e6be35bf67608095dcc33e2b20321f30aa4b5f02160d1f34d1c7b672e8e

Contents?: true

Size: 1.08 KB

Versions: 6

Compression:

Stored size: 1.08 KB

Contents

(highest priority first)

# activation code (like restful-auth) instead of salt?
# remove dependency on root_url?
# should_have_form should be pulled into shoulda
# generator should print out instructions to include modules existing files
# check to make sure attr_accessible doesn't override and w/ attr_protected
# move shoulda macros in test_helper to shoulda_macros folder
# add shoulda and factory girl dependencies to gemspec
# refactor Mailer default_url_options[:host] to something cleaner
# application controller uses protected, all other controllers use private
# add information about url_after_create to README or github wikis

ideas to steal from merb-auth:

# store current_user on the session, not controller
# respond with 401 Unauthorized when request requires authentication 
# respond with 405 Method Not Allowed when action requested isn’t allowed
# 401 and 405 need to be in Exceptions controller or use safety_valve
# email confirmation is a strategy
# forgot password is a strategy
# salted password is a strategy

http://adam.speaksoutofturn.com/articles/entication_vs_orization.html

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
mischa-clearance-0.3.3 TODO.textile
mischa-mischa-clearance-0.3.3 TODO.textile
thoughtbot-clearance-0.3.1 TODO.textile
thoughtbot-clearance-0.3.2 TODO.textile
thoughtbot-clearance-0.3.3 TODO.textile
thoughtbot-clearance-0.3.4 TODO.textile