Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2021-06-23 | start impling diesel::Queryable for Models | Melody Horn / boringcactus | -32/+118 |
2021-06-19 | generate diesel::table! in derive(Model) | Melody Horn / boringcactus | -12/+57 |
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/+65 |
2021-06-18 | correctly gather model info | Melody Horn / boringcactus | -5/+56 |
2021-06-18 | lay groundwork for make-migrations | Melody Horn / boringcactus | -1/+76 |
2021-06-18 | make gathered list names consistent | Melody Horn / boringcactus | -5/+5 |
2021-06-18 | make model metadata available in AppConfig | Melody Horn / boringcactus | -8/+74 |
2021-06-16 | *clears breath* extend tutorial further | Melody Horn / boringcactus | -1/+105 |
2021-06-16 | extend tutorial further | Melody Horn / boringcactus | -0/+15 |
2021-06-16 | actually run migrations | Melody Horn / boringcactus | -11/+138 |
2021-06-16 | make database backends generic | Melody Horn / boringcactus | -33/+104 |
2021-06-14 | start working on migrations | Melody Horn / boringcactus | -3/+68 |
2021-06-14 | make backend more explicit | Melody Horn / boringcactus | -3/+12 |
2021-06-13 | finish passing the tutorial 1 tests | Melody Horn / boringcactus | -16/+58 |
2021-06-13 | pass the first halfish of tutorial 1 tests | Melody Horn / boringcactus | -16/+91 |
2021-06-13 | start testing tutorial workflow | Melody Horn / boringcactus | -0/+185 |
2021-06-13 | lay groundwork for models | Melody Horn / boringcactus | -3/+139 |
2021-06-13 | macro based url map definition | Melody Horn / boringcactus | -16/+71 |
2021-06-13 | specify server port | Melody Horn / boringcactus | -2/+6 |
2021-06-13 | power up CLI | Melody Horn / boringcactus | -16/+46 |
2021-06-13 | add structure for settings | Melody Horn / boringcactus | -4/+34 |
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 | -35/+44 |
2021-06-12 | stub out basic implementation | Melody Horn / boringcactus | -12/+37 |
2021-06-12 | add aspirational example | Melody Horn / boringcactus | -0/+27 |
2021-06-12 | throw in a readme | Melody Horn / boringcactus | -0/+16 |
2021-06-12 | initial commit | Melody Horn / boringcactus | -0/+18 |