summaryrefslogtreecommitdiff
path: root/app/models
AgeCommit message (Expand)Author
2014-10-18update profiles page to search users from that page.mo khan
2014-10-18allow for querying artists.mo khan
2014-10-18extract method to search for artists.mo khan
2014-10-18rename filterable to queryable.mo khan
2014-10-18move search filtering into repository.mo khan
2014-10-18add search by name and description.mo khan
2014-10-18add a category search filter.mo khan
2014-10-16merge the two creations controller into one.mo khan
2014-10-16create a creations repository.mo khan
2014-10-16extract tagged scope.mo khan
2014-10-16move user repository to user/repository and add scopes to User model.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-10-03render profiles page in backbone.mo khan
2014-10-01sort sessions by different fields.mo khan
2014-10-01display browser info for each session.mo khan
2014-09-30eager load location.mo khan
2014-09-30Merged in mocheen/cakeside/create-locations (pull request #104) mo k
2014-09-28migrate location info from sessions to locations.mo khan
2014-09-28remove extra location assignment.mo khan
2014-09-28remove usage of old avatar uploader.mo khan
2014-09-28associate user sessions to locations.mo khan
2014-09-27create locations table.mo khan
2014-09-27extract a location class.mo khan
2014-09-23add newest/oldest sort.mo khan
2014-09-23move email validator to a separate file.mo khan
2014-09-23fix select n+1mo khan
2014-09-22update thumb size to 260x260mo 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-19make photos polymorphic.mo khan
2014-09-18removed commented out devise lines and stuff.mo khan
2014-09-18display errors when resetting a password.mo khan
2014-09-18add logic to reset a users password,mo khan
2014-09-18implement password reset.mo khan
2014-09-18add action to send reset password instructions.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-08add geolocation info to user session.mo khan
2014-09-08set key to readonlymo khan