index
:
xlgmokha/surface.git
master
Rails app for fitness tracking
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
controllers
/
gyms_controller.rb
Age
Commit message (
Expand
)
Author
2017-02-18
return all gyms instead of just the ones closest to you.
mo khan
2016-05-28
hound happy.
mo khan
2016-05-28
update gyms#create to create a gym using the yelp id.
mo khan
2016-05-15
add yelp id to gyms.
mo khan
2016-05-14
add gyms#show.
mo khan
2016-05-11
set locale for each request.
mo khan
2016-05-07
hound happy.
mo khan
2016-05-05
hound happy.
mo khan
2016-05-03
cache api queries and paginate results.
mo khan
2016-05-03
extract search class.
mo khan
2016-05-03
allow for multiple filters when searching for a gym to add.
mo khan
2016-05-03
allow adding new gyms by searching the yelp api.
mo khan
2016-05-03
use yelp api to import gyms.
mo khan
2016-05-02
extract helper to generate search_form.
mo khan
2016-05-02
create search scopes for gym.
mo khan
2016-05-02
add search box and load results via UJS.
mo khan
2016-05-02
add country selection.
mo khan
2016-05-01
add capybara spec for loading gyms.
mo khan
2016-05-01
implement Gyms#create.
mo khan
2016-05-01
add a page for adding a new gym.
mo khan
2016-05-01
return gyms located closest to a user.
mo khan
2016-04-29
load the closest gyms.
mo khan
2016-04-29
add link to gyms page and make it a private page.
mo khan
2016-04-29
add a blank gyms listing page.
mo khan
2016-04-29
start to build the gyms controller.
mo khan