summaryrefslogtreecommitdiff
path: root/app/models/user.rb
AgeCommit message (Expand)Author
2012-05-22add specs to test the error message supplied when an invalid url is specified.mo k
2012-05-22add validation for website url on User model.mo k
2012-05-22added fields for twitter and facebooks; view, model, updated with fields and ...luu stiles
2012-05-17add website property to the User model and create migration.mo k
2012-05-10when adding a favorite the user id was not getting saved.mo k
2012-03-21add delete creation link.mo k
2012-01-29rename likes to favorites.mo k
2012-01-07only display the like button if you have not already liked a creation.mo k
2012-01-06prevent users from liking the same creation more than once, and prevent a use...mo k
2012-01-06remove omniauth related stuff from User.mo k
2012-01-05start adding likes.mo k
2011-10-22removed controller actions that we don't need and respond to xml format.mo k
2011-08-15add url to category listing.mo k
2011-05-09merge authentications work from master branch.morilla
2011-05-04add name attribute to User.morilla
2011-05-04add sample cake images and tidied up all the pages.morilla
2011-05-04associate users with creations.morilla
2011-04-18allow for signing up using twitter account.mo kareem
2011-04-18add authentications to user and allow for associating twitter account authent...mo kareem
2011-04-17create devise User.mo kareem