summaryrefslogtreecommitdiff
path: root/spec/controllers
AgeCommit message (Expand)Author
2017-03-19remove ractive.mo khan
2017-03-17use gon to validation usernames on the client side.mo khan
2017-02-25fix broken spec.mo khan
2017-02-17remove pagination and load based on time.mo khan
2017-02-12use redirect instead of render to fix url.mo khan
2016-12-31cast from hash to quantity.mo khan
2016-12-31add api endpoint to create a new workout.mo khan
2016-12-25load each of the target sets.mo khan
2016-12-25include the routine info.mo khan
2016-12-25add api endpoint to load next workout.mo khan
2016-12-03add workouts api.mo khan
2016-12-03include the username.mo khan
2016-11-25create a sessions controller to return a JWTmo khan
2016-07-04hound happy.mo khan
2016-07-04remove deprecation warnings from controller tests.mo khan
2016-07-01hound happy.mo khan
2016-06-30include type field in form.mo khan
2016-06-25replace usages of exercise_set with set.mo khan
2016-06-24refactor model.mo khan
2016-06-23refactor model and drop dead code.mo khan
2016-06-22fix tests.mo khan
2016-06-11add target sets and reps to exercise session.mo khan
2016-06-06record completion of each exercise.mo khan
2016-06-04implement controller actions to record a new workout.mo khan
2016-05-30mock out a few more requests.mo khan
2016-05-30redirect to profile edit page after registration.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-28add home gym to profiles.mo khan
2016-05-16redirect to dashboard if already logged in.mo khan
2016-05-14hound happy.mo khan
2016-05-14add gyms#show.mo khan
2016-05-07hound happy.mo khan
2016-05-05hound happy.mo khan
2016-05-05fix broken specs.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-02create search scopes for gym.mo khan
2016-05-02add country selection.mo khan
2016-05-01implement Gyms#create.mo khan
2016-05-01add a page for adding a new gym.mo khan
2016-05-01use user_session.id instead of user.idmo khan
2016-04-29create gyms table.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-29start to build the gyms controller.mo khan
2015-11-14remove redundant code from profiles controller.mo khan
2015-08-27merge with master.mo khan
2015-08-13Fix profile saving, showing, etcStephen Peasley