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
/
models
/
gym.rb
Age
Commit message (
Expand
)
Author
2016-07-04
fix broken tests.
mo khan
2016-05-28
convert search to a static gateway
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-27
hack out some ractive code to select a home gym.
mo khan
2016-05-27
use link to google maps place api.
mo khan
2016-05-21
hound happy.
mo khan
2016-05-21
extract yelp search class.
mo khan
2016-05-21
skip import if gyms in city already exist.
mo khan
2016-05-21
import gyms in city when a user logs in.
mo khan
2016-05-15
add yelp id to gyms.
mo khan
2016-05-07
hound happy.
mo khan
2016-05-05
hound happy.
mo khan
2016-05-03
fix cache key and decrease distance for dup search.
mo khan
2016-05-03
use closest_to scope.
mo khan
2016-05-03
exclude duplicate gyms.
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
search for multiple categories.
mo khan
2016-05-03
use yelp api to import gyms.
mo khan
2016-05-02
create search scopes for gym.
mo khan
2016-05-01
load all gyms when location of user is unknown.
mo khan
2016-05-01
return gyms located closest to a user.
mo khan
2016-05-01
use user_session.id instead of user.id
mo khan
2016-04-30
add user_session model.
mo khan
2016-04-30
rename state to region and add postal code.
mo khan
2016-04-29
assign lat/long before save.
mo khan
2016-04-29
create gyms table.
mo khan
2016-04-29
load the closest gyms.
mo khan
2016-04-29
start to build the gyms controller.
mo khan