aboutsummaryrefslogtreecommitdiff
path: root/examples/tutorial02/polls
AgeCommit message (Expand)AuthorLines
2021-06-30delete gather_migrations since it gets miscachedMelody Horn-5/+5
2021-06-30use the actual path to the app dir for make_migrationsMelody Horn-0/+35
2021-06-30finish inserting save_mut for modelsMelody Horn-1/+1
2021-06-28fmtMelody Horn-5/+5
2021-06-28use chrono instead of time in testsMelody Horn-1/+1
2021-06-23start impling diesel::Queryable for ModelsMelody Horn / boringcactus-2/+2
2021-06-18make gathered list names consistentMelody Horn / boringcactus-1/+1
2021-06-18make model metadata available in AppConfigMelody Horn / boringcactus-1/+4
2021-06-16actually run migrationsMelody Horn / boringcactus-0/+1
2021-06-16make database backends genericMelody Horn / boringcactus-1/+5
2021-06-13lay groundwork for modelsMelody Horn / boringcactus-0/+46