Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-08 | use zero/all to require everything | Gibheer | 2 | -5/+3 | |
2012-10-13 | added new router to the tools | Gibheer | 3 | -2/+79 | |
This small router is intended to work like URLMap, but with the feature that it can extract variables from routes. | |||||
2012-10-06 | Rack::Response and Rack::Request work pretty good | Gibheer | 3 | -44/+8 | |
2012-10-05 | switched render with response | Gibheer | 1 | -2/+2 | |
The intention is, that everything gets rendered first and after that packed to a response. This way, error checking on the response can be done after rendering. | |||||
2012-10-05 | changed the way rendering happens | Gibheer | 1 | -1/+12 | |
2012-10-05 | a small api is needed | Gibheer | 1 | -1/+1 | |
2012-10-05 | the body is an array | Gibheer | 1 | -1/+1 | |
2012-10-05 | small changes to get it working | Gibheer | 1 | -2/+2 | |
2012-10-05 | added the request as a parameter to the controller | Gibheer | 1 | -0/+5 | |
2012-10-05 | fixed small error | Gibheer | 1 | -1/+1 | |
2012-10-05 | forgot the include for the new classes | Gibheer | 1 | -1/+3 | |
2012-10-05 | added some basic structures | Gibheer | 3 | -0/+46 | |
2012-10-05 | throw out the server as it was a test | Gibheer | 1 | -7/+0 | |
2012-10-04 | initial commit | Gibheer | 3 | -0/+13 | |