Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2021-06-30 | use the table name matching what actually exists | Melody Horn | -0/+1 |
2021-06-30 | delete gather_migrations since it gets miscached | Melody Horn | -7/+34 |
2021-06-30 | use the actual path to the app dir for make_migrations | Melody Horn | -7/+8 |
2021-06-30 | finish inserting save_mut for models | Melody Horn | -0/+45 |
2021-06-30 | juggle Id so FromSql works out | Melody Horn | -1/+1 |
2021-06-29 | lol no generics | Melody Horn | -57/+55 |
2021-06-28 | fmt | Melody Horn | -63/+84 |
2021-06-28 | work properly on windows too | Melody Horn | -8/+8 |
2021-06-23 | start impling diesel::Queryable for Models | Melody Horn / boringcactus | -1/+7 |
2021-06-19 | generate diesel::table! in derive(Model) | Melody Horn / boringcactus | -1/+7 |
2021-06-19 | use proper crate name in generated migrations | Melody Horn / boringcactus | -1/+1 |
2021-06-18 | actually make migrations | Melody Horn / boringcactus | -2/+63 |
2021-06-18 | lay groundwork for make-migrations | Melody Horn / boringcactus | -0/+73 |
2021-06-18 | make gathered list names consistent | Melody Horn / boringcactus | -2/+2 |
2021-06-18 | make model metadata available in AppConfig | Melody Horn / boringcactus | -2/+23 |
2021-06-16 | *clears breath* extend tutorial further | Melody Horn / boringcactus | -0/+22 |
2021-06-16 | actually run migrations | Melody Horn / boringcactus | -11/+136 |
2021-06-16 | make database backends generic | Melody Horn / boringcactus | -14/+50 |
2021-06-14 | start working on migrations | Melody Horn / boringcactus | -2/+31 |
2021-06-14 | make backend more explicit | Melody Horn / boringcactus | -2/+12 |
2021-06-13 | finish passing the tutorial 1 tests | Melody Horn / boringcactus | -0/+39 |
2021-06-13 | pass the first halfish of tutorial 1 tests | Melody Horn / boringcactus | -5/+63 |
2021-06-13 | start testing tutorial workflow | Melody Horn / boringcactus | -0/+14 |
2021-06-13 | lay groundwork for models | Melody Horn / boringcactus | -1/+21 |
2021-06-13 | macro based url map definition | Melody Horn / boringcactus | -6/+62 |
2021-06-13 | specify server port | Melody Horn / boringcactus | -2/+6 |
2021-06-13 | power up CLI | Melody Horn / boringcactus | -16/+45 |
2021-06-13 | add structure for settings | Melody Horn / boringcactus | -1/+26 |
2021-06-13 | break a few things out of folders | Melody Horn / boringcactus | -0/+0 |
2021-06-12 | actually implement the easy example | Melody Horn / boringcactus | -22/+23 |
2021-06-12 | stub out basic implementation | Melody Horn / boringcactus | -6/+31 |
2021-06-12 | initial commit | Melody Horn / boringcactus | -0/+7 |