Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-18 | reuse render for actual rendering | Gibheer | 1 | -0/+19 | |
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-17 | initialize the response | Gibheer | 1 | -0/+14 | |
2012-12-13 | added options to controller | Gibheer | 1 | -2/+2 | |
This avoids hardcoding the options into the controller and therefore should it make possible to use Rack::Request or Sinatra apps as requests. (That sounds so weird.) | |||||
2012-12-12 | replaced .create with .new on Zero::Request | Gibheer | 1 | -1/+1 | |
2012-12-10 | define the renderer at initialization | Gibheer | 1 | -1/+6 | |
2012-11-30 | specs for the renderer access | Gibheer | 1 | -0/+11 | |
2012-11-29 | don't overwrite the request | Gibheer | 1 | -0/+8 | |
2012-11-20 | added a basic spec for the controller | Gibheer | 1 | -0/+14 | |