summaryrefslogtreecommitdiff
path: root/app/models/user.rb
AgeCommit message (Expand)Author
2017-09-23add application_record.mo
2017-09-01remove subscriptions page.mo
2015-01-31collapse conditional.mo khan
2015-01-20symbol to proc.mo khan
2015-01-17inline handler to add a cake to someones favorites.mo khan
2015-01-02fix broken build.mo khan
2014-11-01re-arrange my-dashboard.mo khan
2014-11-01manually notifiy user when a new activity has been created and recreate all a...mo khan
2014-10-19add charts to the admin section to analyze usage.mo khan
2014-10-15extract user repositorymo khan
2014-10-15fix broken specs.mo khan
2014-10-15rename encrypted_password to password_digest.mo khan
2014-10-15remove commented out code.mo khan
2014-10-15switch to has_secure_password.mo khan
2014-09-23move email validator to a separate file.mo khan
2014-09-23fix select n+1mo khan
2014-09-20remove comment.mo khan
2014-09-20switch from avatar to image.mo khan
2014-09-19use polymorphic photo for avatar.mo khan
2014-09-18removed commented out devise lines and stuff.mo khan
2014-09-18copy password validations from devise.mo khan
2014-09-17store raw password in memory temporarily.mo khan
2014-09-17add password validation.mo khan
2014-09-17add email validation.mo khan
2014-09-17get all tests passing except for registration and password reset.mo khan
2014-09-17get controller specs passing.mo khan
2014-09-17get user model specs working.mo khan
2014-09-17remove devise.mo khan
2014-09-07tidy up the admin section.mo khan
2014-08-26merge with master.mo khan
2014-08-16implement a simple search.mo khan
2014-08-16add ability to search for user in admin controller.mo khan
2014-08-16rename is_admin to admin on users table.mo khan
2014-08-14move login method to user model.mo khan
2014-07-08add a my#tutorials tab.mo khan
2014-07-05remove description from create command because we do not add one until we edi...mo khan
2014-07-05stop sending welcome emails in tests and clean up some duplication.mo khan
2014-07-05remove usage of watermark from creations.mo khan
2014-06-28extract method to create cake and ensure the category exists first.mo khan
2014-06-12remove geocoding stuff because production is crashing when trying to connect ...mo khan
2014-05-21add specs for favorites controller.mo khan
2014-05-16register new users in mailchimp mail list.mo khan
2014-01-18create a new comment.mo khan
2014-01-17load 20 most recent activities in descing order and make it look pretty.mo khan
2014-01-17record an new activity when someone adds your cake to their favorites.mo khan
2014-01-07send welcome email when someone signs up. fixes #5mo khan
2013-12-30merge with master.mo khan
2013-12-29add is_admin column to users table.mo khan
2013-12-29boot people out of the admin section.mo khan
2013-12-29re-organize hooks, validation and data definitions in user model.mo khan