Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement default trait for Posts using derive. | Harald Eilertsen | 2017-11-21 | 1 | -1/+1 |
* | Use route decorators to produce different output formats. | Harald Eilertsen | 2017-11-20 | 1 | -22/+21 |
* | Use serde_json to create json response when requested by client. | Harald Eilertsen | 2017-11-20 | 3 | -8/+22 |
* | Implement responder for IndexTemplate. | Harald Eilertsen | 2017-11-17 | 1 | -3/+15 |
* | Set correct content-type for response. | Harald Eilertsen | 2017-11-16 | 1 | -2/+3 |
* | Pass posts to the template and iterate over them. | Harald Eilertsen | 2017-11-16 | 1 | -6/+2 |
* | Add Bart templating engine. | Harald Eilertsen | 2017-11-16 | 1 | -10/+15 |
* | Add schema for posts, and display them on index page. | Harald Eilertsen | 2017-10-01 | 4 | -4/+32 |
* | Get database connection on request | Harald Eilertsen | 2017-10-01 | 2 | -1/+34 |
* | Move database setup to lib.rs. | Harald Eilertsen | 2017-10-01 | 2 | -28/+29 |
* | Connect to database pool when igniting. | Harald Eilertsen | 2017-10-01 | 1 | -1/+29 |
* | Initial launch! | Harald Eilertsen | 2017-10-01 | 1 | -0/+15 |