aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Implement responder for IndexTemplate.Harald Eilertsen2017-11-171-3/+15
| | | | | | | This means the actual handler just returns the template, which is then rendered by the responder for that type. Looking into making this generic so the responder can return data in other formats as well, like json or xml.
* Set correct content-type for response.Harald Eilertsen2017-11-161-2/+3
|
* Render post teasers using partial.Harald Eilertsen2017-11-162-3/+9
|
* Pass posts to the template and iterate over them.Harald Eilertsen2017-11-162-8/+6
|
* Add Bart templating engine.Harald Eilertsen2017-11-163-10/+26
|
* Add schema for posts, and display them on index page.Harald Eilertsen2017-10-016-4/+41
|
* Get database connection on requestHarald Eilertsen2017-10-012-1/+34
|
* Move database setup to lib.rs.Harald Eilertsen2017-10-012-28/+29
|
* Connect to database pool when igniting.Harald Eilertsen2017-10-011-1/+29
|
* Add dependency to r2d2 to manage database access.Harald Eilertsen2017-10-011-0/+2
|
* Ignore .env fileHarald Eilertsen2017-10-011-0/+1
|
* Add dep to diesel, and set it up.Harald Eilertsen2017-10-013-0/+41
|
* Commit gitignoreHarald Eilertsen2017-10-011-0/+3
|
* Initial launch!Harald Eilertsen2017-10-013-0/+46