summaryrefslogtreecommitdiff
path: root/app/controllers
AgeCommit message (Expand)Author
2016-12-03include the username.mo khan
2016-11-25skip forgery protection checks for api.mo khan
2016-11-25respond with a json web token.mo khan
2016-11-25create a sessions controller to return a JWTmo khan
2016-07-19convert parameters to hash of options..mo khan
2016-07-18display duration instead of weight.mo khan
2016-07-04simplify.mo khan
2016-07-04fix n+1 issues.mo khan
2016-07-04remove deprecation warnings from controller tests.mo khan
2016-07-01hound happy.mo khan
2016-07-01hound happy.mo khan
2016-06-30include type field in form.mo khan
2016-06-27add spec for recording workout results.mo khan
2016-06-25extract timer class and backbone model.mo khan
2016-06-25replace usages of exercise_set with set.mo khan
2016-06-25merge in occurred_atmo khan
2016-06-25display as accordion.mo khan
2016-06-24refactor model.mo khan
2016-06-23refactor model and drop dead code.mo khan
2016-06-22WIP: hacking together js app.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-04start a new workout.mo khan
2016-06-04implement controller actions to record a new workout.mo khan
2016-06-04mockup for training_sessions#newmo khan
2016-05-30redirect to profile edit page after registration.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-28add home gym to profiles.mo khan
2016-05-27hack out some ractive code to select a home gym.mo khan
2016-05-25merge with master.mo khan
2016-05-25add static page to show how to export csv.mo khan
2016-05-25let active support load the time zones.mo khan
2016-05-23sort the timezone selection.mo khan
2016-05-21infer locale using accept language header.mo khan
2016-05-16extract authenticatable module.mo khan
2016-05-16redirect to dashboard if already logged in.mo khan
2016-05-15add yelp id to gyms.mo khan
2016-05-14hound happy.mo khan
2016-05-14add gyms#show.mo khan
2016-05-13add time_zone to profile.mo khan
2016-05-11set locale for each request.mo khan
2016-05-07allow all features in tests.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