0
0
Fork 0
Repository for the blog, currently rebuilt in go. http://zero-knowledge.org
Go to file
Gibheer ea72da5259 rework post controller
To handle errors correctly the post controller needed some rework. Now
instead of single functions running all around the place, there is one
function collecting the data needed and raising errors when needed.

For that to work, the controller class can now return more classes to
keep the chain going. Unless a class is returned, it will call the
renderer.
2014-02-13 22:38:42 +01:00
controller rework post controller 2014-02-13 22:38:42 +01:00
images reduce size of background 2013-10-29 19:51:15 +01:00
lib rework post controller 2014-02-13 22:38:42 +01:00
migrations add initial migration file and further adjustments 2014-02-03 23:43:46 +01:00
public/images restart blog by using zero and puma 2013-08-05 21:51:23 +02:00
templates add new helper and implement search 2014-01-23 21:59:24 +01:00
.gitignore ignore a written config 2014-01-09 19:55:51 +01:00
Gemfile replace do_postgres with pg for better timestamps 2014-01-02 21:36:10 +01:00
Gemfile.lock update dependencies 2014-02-11 23:10:53 +01:00
config.ru add new helper and implement search 2014-01-23 21:59:24 +01:00
config.yml.example change the example line to use postgres only 2014-01-02 21:42:10 +01:00