0
0
Fork 0
zero-blog/lib
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
..
application.rb add new helper and implement search 2014-01-23 21:59:24 +01:00
boot.rb load render 2014-01-23 22:00:11 +01:00
controller.rb rework post controller 2014-02-13 22:38:42 +01:00
libraries.rb add new helper and implement search 2014-01-23 21:59:24 +01:00
render.rb add new helper and implement search 2014-01-23 21:59:24 +01:00
renderer.rb add layouts to renderer 2013-10-27 19:45:12 +01:00
router.rb fix namespace leak 2013-10-27 19:46:02 +01:00
session.rb the beginning of a new blog 2013-10-20 22:04:01 +02:00