summaryrefslogtreecommitdiff
path: root/app/models
AgeCommit message (Expand)Author
2015-11-15remove accepts_nested attributes and add tests.mo khan
2015-11-15lowercase email and username.mo khan
2015-11-15change default social tolerance.mo khan
2015-11-15add specs for exercise short_name.mo khan
2015-11-14remove file upload from dashboard.mo khan
2015-11-14update glob pattern to find csv file.mo khan
2015-11-14hound happymo khan
2015-11-14import from csv export.mo khan
2015-11-14plug in csv importer.mo khan
2015-11-14allow processing of csv files.mo khan
2015-11-14process csv exports received via email.mo khan
2015-11-13spike out griddler.mo khan
2015-08-27merge with master.mo khan
2015-08-13Fix profile saving, showing, etcStephen Peasley
2015-08-08Get profile saving, tests passingStephen Peasley
2015-08-01Use patch to update profile [WIP]Stephen Peasley
2015-08-01Create user profile upon user creationStephen Peasley
2015-07-30Add user profile [WIP]Stephen Peasley
2015-06-22destroy dependent exercise sessions when removing a training session.mo khan
2015-06-15hound happy.mo khan
2015-06-15extract method to curl file.mo khan
2015-06-15use block syntax to process file before temp directory is removed.mo khan
2015-06-15extract referrer domain configuration.mo khan
2015-06-15move downloading to GoogleDrive class.mo khan
2015-06-14use File.extname to not couple to UploadedFile class.mo khan
2015-06-13extract a BackupFile model.mo khan
2015-06-08inline variables.mo khan
2015-06-08parse the time component from the ios backup.mo khan
2015-06-08remove puts.mo khan
2015-06-08use the users preferred timezone to parse the android dates.mo khan
2015-06-08converte to utc date.mo khan
2015-06-07convert to datetime.mo khan
2015-06-07convert to datetime.mo khan
2015-06-07convert to utc.mo khan
2015-06-07log each row.mo khan
2015-06-07convert to utc.mo khan
2015-06-01extract method.mo khan
2015-06-01import the android backup using the sequel toolkit.mo khan
2015-06-01convert ios import to use sequel.mo khan
2015-06-01install dalli.mo khan
2015-05-31remove dead code and use memcachemo khan
2015-05-31add has_one :program.mo khan
2015-05-31key by date rather than epoch.mo khan
2015-05-31extract method to get the progress for a specific exercise.mo khan
2015-05-31split apart tests.mo khan
2015-05-31only include completed sets.mo khan
2015-05-31check each set.mo khan
2015-05-31parse the sets correctly.mo khan
2015-05-31extract 5 of the 7 types of exercises from the ios backup.mo khan
2015-05-31import each ios workout.mo khan