Sha256: 6a453770e5a5a5f57fb080d06bfc5bd23bc9c99909c847bbb5482f61d8a01b43
Contents?: true
Size: 1.26 KB
Versions: 5
Compression:
Stored size: 1.26 KB
Contents
(highest priority first) # split PROJECT_NAME out into separate code and presentation constants # haml-ize # parameterize Facebook includes in generators # split out PROJECT_NAME and SITE_NAME appropriately, don't want display issues affecting code issues # 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
5 entries across 5 versions & 1 rubygems