summaryrefslogtreecommitdiff
path: root/app/models
AgeCommit message (Expand)Author
2016-05-23add unique contstraint to Profile#user_idmo khan
2016-05-23revert default timezone.mo khan
2016-05-21hound happy.mo khan
2016-05-21extract yelp search class.mo khan
2016-05-21skip import if gyms in city already exist.mo khan
2016-05-21import gyms in city when a user logs in.mo khan
2016-05-15add yelp id to gyms.mo khan
2016-05-14make pattern match rackmultipart upload file name.mo khan
2016-05-14save received emails in db.mo khan
2016-05-14display the import address on profile page.mo khan
2016-05-14search by to address token rather then from address.mo khan
2016-05-13add time_zone to profile.mo khan
2016-05-11set locale for each request.mo khan
2016-05-07hound happy.mo khan
2016-05-05hound happy.mo khan
2016-05-03fix cache key and decrease distance for dup search.mo khan
2016-05-03use closest_to scope.mo khan
2016-05-03exclude duplicate gyms.mo khan
2016-05-03cache api queries and paginate results.mo khan
2016-05-03extract search class.mo khan
2016-05-03allow for multiple filters when searching for a gym to add.mo khan
2016-05-03allow adding new gyms by searching the yelp api.mo khan
2016-05-03search for multiple categories.mo khan
2016-05-03use yelp api to import gyms.mo khan
2016-05-02create search scopes for gym.mo khan
2016-05-01extract flippable modulemo khan
2016-05-01use flipper to toggle access to gyms.mo khan
2016-05-01extract url method for location model.mo khan
2016-05-01load all gyms when location of user is unknown.mo khan
2016-05-01return gyms located closest to a user.mo khan
2016-05-01extract .search method and isolate geocoder api usage.mo khan
2016-05-01implement ip lookup.mo khan
2016-05-01use user_session.id instead of user.idmo khan
2016-04-30add user_session model.mo khan
2016-04-30start to move authentication logic to UserSession.mo khan
2016-04-30rename state to region and add postal code.mo khan
2016-04-29use geocoder to search coordinates by addressmo khan
2016-04-29assign lat/long before save.mo khan
2016-04-29create gyms table.mo khan
2016-04-29load the closest gyms.mo khan
2016-04-29start to build the gyms controller.mo khan
2015-12-20hound happymo khan
2015-12-20fix broken android specs.mo khan
2015-11-22add chinups and dips.mo khan
2015-11-22import chinups.mo khan
2015-11-22import dips.mo khan
2015-11-21do not create duplicate exercise_sessions.mo khan
2015-11-21extract methods.mo khan
2015-11-15use find_by instead of where.firstmo khan
2015-11-15dynamically build edit form fields.mo khan