summaryrefslogtreecommitdiff
path: root/app/models/gym.rb
AgeCommit message (Expand)Author
2016-07-04fix broken tests.mo khan
2016-05-28convert search to a static gatewaymo khan
2016-05-28hound happy.mo khan
2016-05-28update gyms#create to create a gym using the yelp id.mo khan
2016-05-27hack out some ractive code to select a home gym.mo khan
2016-05-27use link to google maps place api.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-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-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-01load all gyms when location of user is unknown.mo khan
2016-05-01return gyms located closest to a user.mo khan
2016-05-01use user_session.id instead of user.idmo khan
2016-04-30add user_session model.mo khan
2016-04-30rename state to region and add postal code.mo 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