aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Collapse)AuthorAgeFilesLines
* Begin testing.Harald Eilertsen2018-08-021-1/+1
| | | | Add simple smoke test, and enable the test transaction for the database.
* Fix clippy issues.Harald Eilertsen2018-08-021-1/+1
|
* Run rustfmt on project.Harald Eilertsen2018-08-011-7/+10
|
* Fix display of flash messages.Harald Eilertsen2018-08-011-3/+3
| | | | | Pass full flash to template, and style according to flash name/type.
* Upgrade to Diesel 1.1 and r2d2 0.8.2.Harald Eilertsen2018-01-181-4/+3
| | | | Also drop the now obsolete diesel_codegen crate.
* Add flash messages when adding/editing/deleting posts.Harald Eilertsen2018-01-141-0/+1
|
* Split out layout from templates.Harald Eilertsen2018-01-141-1/+9
|
* Read .env file in main.Harald Eilertsen2018-01-111-8/+1
|
* Drop the lib.Harald Eilertsen2018-01-111-0/+71
The misc stuff from the lib root was moved to the utils module (terrible name, it's meant to be temporary.) The modules under the lib has been moved directly under the app.