aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorLines
2021-06-30use the table name matching what actually existsMelody Horn-0/+1
2021-06-30delete gather_migrations since it gets miscachedMelody Horn-7/+34
2021-06-30use the actual path to the app dir for make_migrationsMelody Horn-7/+8
2021-06-30finish inserting save_mut for modelsMelody Horn-0/+45
2021-06-30juggle Id so FromSql works outMelody Horn-1/+1
2021-06-29lol no genericsMelody Horn-57/+55
2021-06-28fmtMelody Horn-63/+84
2021-06-28work properly on windows tooMelody Horn-8/+8
2021-06-23start impling diesel::Queryable for ModelsMelody Horn / boringcactus-1/+7
2021-06-19generate diesel::table! in derive(Model)Melody Horn / boringcactus-1/+7
2021-06-19use proper crate name in generated migrationsMelody Horn / boringcactus-1/+1
2021-06-18actually make migrationsMelody Horn / boringcactus-2/+63
2021-06-18lay groundwork for make-migrationsMelody Horn / boringcactus-0/+73
2021-06-18make gathered list names consistentMelody Horn / boringcactus-2/+2
2021-06-18make model metadata available in AppConfigMelody Horn / boringcactus-2/+23
2021-06-16*clears breath* extend tutorial furtherMelody Horn / boringcactus-0/+22
2021-06-16actually run migrationsMelody Horn / boringcactus-11/+136
2021-06-16make database backends genericMelody Horn / boringcactus-14/+50
2021-06-14start working on migrationsMelody Horn / boringcactus-2/+31
2021-06-14make backend more explicitMelody Horn / boringcactus-2/+12
2021-06-13finish passing the tutorial 1 testsMelody Horn / boringcactus-0/+39
2021-06-13pass the first halfish of tutorial 1 testsMelody Horn / boringcactus-5/+63
2021-06-13start testing tutorial workflowMelody Horn / boringcactus-0/+14
2021-06-13lay groundwork for modelsMelody Horn / boringcactus-1/+21
2021-06-13macro based url map definitionMelody Horn / boringcactus-6/+62
2021-06-13specify server portMelody Horn / boringcactus-2/+6
2021-06-13power up CLIMelody Horn / boringcactus-16/+45
2021-06-13add structure for settingsMelody Horn / boringcactus-1/+26
2021-06-13break a few things out of foldersMelody Horn / boringcactus-0/+0
2021-06-12actually implement the easy exampleMelody Horn / boringcactus-22/+23
2021-06-12stub out basic implementationMelody Horn / boringcactus-6/+31
2021-06-12initial commitMelody Horn / boringcactus-0/+7