Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-06-30 | ensure save_mut works to update tooHEADcanon | Melody Horn | -29/+72 | |
2021-06-30 | finish the Queryable impl for models | Melody Horn | -124/+160 | |
2021-06-30 | use the table name matching what actually exists | Melody Horn | -0/+30 | |
2021-06-30 | delete gather_migrations since it gets miscached | Melody Horn | -42/+39 | |
2021-06-30 | use the actual path to the app dir for make_migrations | Melody Horn | -7/+44 | |
2021-06-30 | add getters & setters | Melody Horn | -2/+26 | |
not just making fields pub yet bc validation seems like a good idea | ||||
2021-06-30 | finish inserting save_mut for models | Melody Horn | -11/+73 | |
2021-06-30 | impl Insertable for models | Melody Horn | -0/+45 | |
2021-06-30 | add Model::new | Melody Horn | -6/+33 | |
2021-06-30 | juggle Id so FromSql works out | Melody Horn | -7/+22 | |
2021-06-29 | lol no generics | Melody Horn | -73/+68 | |
2021-06-29 | correctly gather current time | Melody Horn | -2/+5 | |
2021-06-28 | fmt | Melody Horn | -90/+108 | |
2021-06-28 | use chrono instead of time in tests | Melody Horn | -22/+63 | |
2021-06-28 | work properly on windows too | Melody Horn | -30/+74 | |
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 | |
derived from the django tutorial | ||||
2021-06-12 | throw in a readme | Melody Horn / boringcactus | -0/+16 | |
2021-06-12 | initial commit | Melody Horn / boringcactus | -0/+18 | |