Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding edit/update logic. | Harald Eilertsen | 2018-01-10 | 2 | -2/+32 |
| | | | | The model is not done yet, though. No net on the train. | ||||
* | Implement posts/show handler. | Harald Eilertsen | 2017-12-23 | 1 | -0/+19 |
| | |||||
* | Move implement_responder_for macro into crate. | Harald Eilertsen | 2017-12-23 | 1 | -1/+4 |
| | | | | | This is so we can use it in other modules too. Besides it makes things slightly cleaner. | ||||
* | Add handlers for creating new Posts. | Harald Eilertsen | 2017-11-22 | 2 | -0/+30 |
| | |||||
* | Render post teasers using partial. | Harald Eilertsen | 2017-11-16 | 2 | -3/+9 |
| | |||||
* | Pass posts to the template and iterate over them. | Harald Eilertsen | 2017-11-16 | 1 | -2/+4 |
| | |||||
* | Add Bart templating engine. | Harald Eilertsen | 2017-11-16 | 1 | -0/+9 |