summaryrefslogtreecommitdiff
path: root/app/controllers/gyms_controller.rb
AgeCommit message (Expand)Author
2017-02-18return all gyms instead of just the ones closest to you.mo khan
2016-05-28hound happy.mo khan
2016-05-28update gyms#create to create a gym using the yelp id.mo khan
2016-05-15add yelp id to gyms.mo khan
2016-05-14add gyms#show.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-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-03use yelp api to import gyms.mo khan
2016-05-02extract helper to generate search_form.mo khan
2016-05-02create search scopes for gym.mo khan
2016-05-02add search box and load results via UJS.mo khan
2016-05-02add country selection.mo khan
2016-05-01add capybara spec for loading gyms.mo khan
2016-05-01implement Gyms#create.mo khan
2016-05-01add a page for adding a new gym.mo khan
2016-05-01return gyms located closest to a user.mo khan
2016-04-29load the closest gyms.mo khan
2016-04-29add link to gyms page and make it a private page.mo khan
2016-04-29add a blank gyms listing page.mo khan
2016-04-29start to build the gyms controller.mo khan