No description
Find a file
Vincent Ambo 1cce37446b refactor(handlers): Use rendering actor for page renders
This currently breaks error handling in page render flows. To fix it
properly, the database actor should return failable futures instead of
`Result<T>` wrapped in a future.
2018-04-11 12:18:33 +02:00
migrations feat(migrations): Add author columns to tables 2018-04-08 20:27:22 +02:00
src refactor(handlers): Use rendering actor for page renders 2018-04-11 12:18:33 +02:00
templates fix(templates): Fix author name & avatar display 2018-04-09 23:48:31 +02:00
.gitignore chore: Add bootstrapped Cargo project 2018-04-08 15:48:49 +02:00
Cargo.lock chore(cargo): Dependency bump & pin versions 2018-04-10 09:53:38 +02:00
Cargo.toml chore(cargo): Dependency bump & pin versions 2018-04-10 09:53:38 +02:00
todo.org refactor(handlers): Use rendering actor for page renders 2018-04-11 12:18:33 +02:00