0
0
zero/spec/unit
Gibheer b20c0c527c reuse render for actual rendering
The splitting of rendering and processing is good, but on the other side
it makes some double steps or even introduce workarounds.
That is why I made the method #render just a call to the renderer. This
should help much more than the strict seperation.

The method will only return the resulting string and not add it to the
body of the response. That still has to be taken care of by the user.
2012-12-18 04:24:24 +01:00
..
controller reuse render for actual rendering 2012-12-18 04:24:24 +01:00
renderer Throws an ArgumentError, if no template fits given types 2012-11-29 21:41:13 +01:00
request cleanup gemfile for jruby on travis 2012-12-17 19:22:20 +01:00
response Optional setting of status code on redirect 2012-11-30 19:13:41 +01:00
router replaced .create with .new on Zero::Request 2012-12-12 18:38:46 +01:00