Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Order and cosmetics on extern crate declarations. | Harald Eilertsen | 2017-12-30 | 1 | -8/+5 |
* | Don't import modules in macro. | Harald Eilertsen | 2017-12-23 | 1 | -10/+5 |
* | Move implement_responder_for macro into crate. | Harald Eilertsen | 2017-12-23 | 1 | -0/+25 |
* | Derive FromForm for models::Post. | Harald Eilertsen | 2017-11-21 | 1 | -0/+3 |
* | Use serde_json to create json response when requested by client. | Harald Eilertsen | 2017-11-20 | 1 | -0/+3 |
* | Add schema for posts, and display them on index page. | Harald Eilertsen | 2017-10-01 | 1 | -2/+5 |
* | Get database connection on request | Harald Eilertsen | 2017-10-01 | 1 | -0/+33 |
* | Move database setup to lib.rs. | Harald Eilertsen | 2017-10-01 | 1 | -0/+27 |