0
0
Fork 0
zero-blog/controller
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
..
atom.rb reroute atom controller to post 2013-10-27 13:39:44 +01:00
image.rb small controller to deliver images 2013-10-27 19:46:16 +01:00
method_not_allowed.rb the beginning of a new blog 2013-10-20 22:04:01 +02:00
post.rb rework post controller 2014-02-13 22:38:42 +01:00
route_not_found.rb the beginning of a new blog 2013-10-20 22:04:01 +02:00
stylesheet.rb add first draft of design 2013-10-27 19:50:32 +01:00
welcome.rb add post controller 2013-10-26 14:56:55 +02:00