Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement deleting posts. | Harald Eilertsen | 2018-01-12 | 3 | -1/+15 |
* | Read .env file in main. | Harald Eilertsen | 2018-01-11 | 2 | -9/+9 |
* | Move homepage processing to separate controller. | Harald Eilertsen | 2018-01-11 | 3 | -22/+27 |
* | Move controller code to own module. | Harald Eilertsen | 2018-01-11 | 3 | -2/+10 |
* | Drop the lib. | Harald Eilertsen | 2018-01-11 | 4 | -34/+26 |
* | Implement actually updating database. | Harald Eilertsen | 2018-01-10 | 1 | -10/+14 |
* | Make proper module of models | Harald Eilertsen | 2018-01-10 | 2 | -4/+7 |
* | Adding edit/update logic. | Harald Eilertsen | 2018-01-10 | 3 | -4/+31 |
* | Order and cosmetics on extern crate declarations. | Harald Eilertsen | 2017-12-30 | 2 | -12/+10 |
* | Move creating post in db to Post model impl. | Harald Eilertsen | 2017-12-23 | 3 | -16/+19 |
* | Implement posts/show handler. | Harald Eilertsen | 2017-12-23 | 3 | -1/+21 |
* | Don't import modules in macro. | Harald Eilertsen | 2017-12-23 | 1 | -10/+5 |
* | Move get_post into impl and rename. | Harald Eilertsen | 2017-12-23 | 2 | -8/+10 |
* | Move get_posts function to models. | Harald Eilertsen | 2017-12-23 | 2 | -11/+11 |
* | Move implement_responder_for macro into crate. | Harald Eilertsen | 2017-12-23 | 3 | -25/+28 |
* | Move posts module to it's own source file. | Harald Eilertsen | 2017-12-17 | 2 | -30/+29 |
* | Move responder impl's for templates to a macro. | Harald Eilertsen | 2017-11-22 | 1 | -15/+19 |
* | Add handlers for creating new Posts. | Harald Eilertsen | 2017-11-22 | 2 | -1/+51 |
* | Derive FromForm for models::Post. | Harald Eilertsen | 2017-11-21 | 2 | -1/+4 |
* | 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 |