Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |