summaryrefslogtreecommitdiff
path: root/app/models/user.rb
AgeCommit message (Expand)Author
2013-12-29update user lat long before save which happen everytime they log in because d...mo khan
2013-12-29rename obj to user.mo khan
2013-11-30remove comments.mo khan
2013-07-26add spec for changing a passwordmo khan
2013-07-26fix user specmo khan
2013-07-26remove protected_attributes and fix creation_tags_controller_specmo khan
2013-07-25fix some broken specsmo khan
2013-07-25start to upgrade to rails 4mo khan
2013-07-23bundle updatemo khan
2013-07-20create feature tests for logging inmo khan
2013-07-19fix bug when changing passwordsmo khan
2013-07-19remove commentsmo khan
2013-07-06add website url and avatar url to the disqus single sign on payloadmo khan
2013-07-06order users by the creation countmo khan
2013-07-02use ip geolocation lookupmo khan
2013-07-02remove condition to check if we should re-geocodemo khan
2013-07-02reverse geocode city from ip addressmo khan
2013-07-02display nearby users on profile pagemo khan
2013-07-01add public activity gemmo khan
2013-07-01order the users by descending ordermo khan
2013-06-30start to build the passwords controllermo khan
2013-06-28always display the users in the order that the signed upmo khan
2013-06-21clean up carrierwave configurationmo khan
2013-06-17generate authentication token for each usermo khan
2013-06-17add devise columns to usersmo khan
2013-05-11refactor add favoritemo khan
2013-05-11refactor lookup for favoritemo khan
2013-05-10unmount authentications from user modelmo khan
2013-01-27add paging to the artists page.mo k
2012-11-08default images and took out required cityluuduong
2012-10-07remove commented out code.mo k
2012-10-07add delayed_jobmo k
2012-10-06move creation of a creation logic into the user model.mo k
2012-09-13add tags to the tutorial model.mo k
2012-09-06associate a tutorial with the user signed in.mo k
2012-08-07create avatarmo k
2012-08-07add avatar to user.mo k
2012-08-07remove unused validation.mo k
2012-08-07make seo frienly urls to profile page.mo k
2012-07-30update user model to require city and moved city field up on registration sig...luu stiles
2012-06-25create separate settings controller to change password.mo k
2012-06-11add specs for creating a new comment.mo k
2012-06-08fix bug where the settings page could not be updated because of mass assignme...mo k
2012-06-08remove deprecated devise settings and add 2 settings to spec_helper to increa...mo k
2012-05-31add lat and long migrations and add to model.mo k
2012-05-29connect autocomplete js to new city field on User model.mo k
2012-05-26add interests to the settings page and add to seeds.rbmo k
2012-05-26add interests database migrations and model.mo k
2012-05-22got the tests passing.mo k
2012-05-22trying to figure out why the specs are failing after adding the website valid...mo k