aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2021-06-30ensure save_mut works to update tooHEADcanonMelody Horn-29/+72
2021-06-30finish the Queryable impl for modelsMelody Horn-124/+160
2021-06-30use the table name matching what actually existsMelody Horn-0/+30
2021-06-30delete gather_migrations since it gets miscachedMelody Horn-42/+39
2021-06-30use the actual path to the app dir for make_migrationsMelody Horn-7/+44
2021-06-30add getters & settersMelody Horn-2/+26
2021-06-30finish inserting save_mut for modelsMelody Horn-11/+73
2021-06-30impl Insertable for modelsMelody Horn-0/+45
2021-06-30add Model::newMelody Horn-6/+33
2021-06-30juggle Id so FromSql works outMelody Horn-7/+22
2021-06-29lol no genericsMelody Horn-73/+68
2021-06-29correctly gather current timeMelody Horn-2/+5
2021-06-28fmtMelody Horn-90/+108
2021-06-28use chrono instead of time in testsMelody Horn-22/+63
2021-06-28work properly on windows tooMelody Horn-30/+74
2021-06-23start impling diesel::Queryable for ModelsMelody Horn / boringcactus-32/+118
2021-06-19generate diesel::table! in derive(Model)Melody Horn / boringcactus-12/+57
2021-06-19use proper crate name in generated migrationsMelody Horn / boringcactus-1/+1
2021-06-18actually make migrationsMelody Horn / boringcactus-2/+65
2021-06-18correctly gather model infoMelody Horn / boringcactus-5/+56
2021-06-18lay groundwork for make-migrationsMelody Horn / boringcactus-1/+76
2021-06-18make gathered list names consistentMelody Horn / boringcactus-5/+5
2021-06-18make model metadata available in AppConfigMelody Horn / boringcactus-8/+74
2021-06-16*clears breath* extend tutorial furtherMelody Horn / boringcactus-1/+105
2021-06-16extend tutorial furtherMelody Horn / boringcactus-0/+15
2021-06-16actually run migrationsMelody Horn / boringcactus-11/+138
2021-06-16make database backends genericMelody Horn / boringcactus-33/+104
2021-06-14start working on migrationsMelody Horn / boringcactus-3/+68
2021-06-14make backend more explicitMelody Horn / boringcactus-3/+12
2021-06-13finish passing the tutorial 1 testsMelody Horn / boringcactus-16/+58
2021-06-13pass the first halfish of tutorial 1 testsMelody Horn / boringcactus-16/+91
2021-06-13start testing tutorial workflowMelody Horn / boringcactus-0/+185
2021-06-13lay groundwork for modelsMelody Horn / boringcactus-3/+139
2021-06-13macro based url map definitionMelody Horn / boringcactus-16/+71
2021-06-13specify server portMelody Horn / boringcactus-2/+6
2021-06-13power up CLIMelody Horn / boringcactus-16/+46
2021-06-13add structure for settingsMelody Horn / boringcactus-4/+34
2021-06-13break a few things out of foldersMelody Horn / boringcactus-0/+0
2021-06-12actually implement the easy exampleMelody Horn / boringcactus-35/+44
2021-06-12stub out basic implementationMelody Horn / boringcactus-12/+37
2021-06-12add aspirational exampleMelody Horn / boringcactus-0/+27
2021-06-12throw in a readmeMelody Horn / boringcactus-0/+16
2021-06-12initial commitMelody Horn / boringcactus-0/+18