summaryrefslogtreecommitdiff
path: root/app/controllers
AgeCommit message (Expand)Author
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-01extract helper method for feature toggles.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-05-01use user_session.id instead of user.idmo khan
2016-04-30add user_session model.mo khan
2016-04-30start to move authentication logic to UserSession.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
2016-04-29expose current_user as helper.mo khan
2015-11-14remove redundant code from profiles controller.mo khan
2015-08-27merge with master.mo khan
2015-08-13[WIP] Add gender and social_tolerance to avatarStephen Peasley
2015-08-13Fix profile saving, showing, etcStephen Peasley
2015-08-09Add i18n for profile update errorStephen Peasley
2015-08-09i18n success messageStephen Peasley
2015-08-08Get profile saving, tests passingStephen Peasley
2015-08-01Use patch to update profile [WIP]Stephen Peasley
2015-07-30Add user profile [WIP]Stephen Peasley
2015-06-22fix N+1 query.mo khan
2015-06-15merge with master.mo khan
2015-06-15add specs for google drive upload.mo khan
2015-06-14use google drive js api to download backup file.mo khan
2015-06-14download file from google drive.mo khan
2015-06-14search for stronglifts backup file from google drive api.mo khan
2015-06-13extract a BackupFile model.mo khan
2015-06-13display a validation error when an unknown file is uploaded.mo khan
2015-05-30hound happy.mo khan
2015-05-30rename backup job.mo khan
2015-05-30pass program through when parsing the backup file.mo khan
2015-05-30display personal records on the profile page.mo khan
2015-05-30create a profiles controller to display a users profile.mo khan
2015-05-23hound happy.mo khan
2015-05-22remove workouts controller and add links to the program page.mo khan
2015-05-22add programs route.mo khan
2015-05-21add occurred_at column and use partial to list out each training_session.mo khan
2015-05-21add seed data and use multipart form to upload backup file.mo khan
2015-05-21create a workout record for each recors in the sqlite db.mo khan
2015-05-18remove items.mo khan
2015-03-14rename authorize to authenticatemo khan
2015-03-14extract a public controller to skip authentication check.mo khan
2015-03-14redirect to login page when not signed in.mo khan