0
0
zero/spec/unit/controller
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
..
call_spec.rb initialize the response 2012-12-17 16:29:29 +01:00
render_spec.rb reuse render for actual rendering 2012-12-18 04:24:24 +01:00
renderer_spec.rb added options to controller 2012-12-13 08:45:03 +01:00