Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-13 | replace head? with patch? | Gibheer | 1 | -1/+1 | |
2012-11-12 | added more documentation | Gibheer | 1 | -7/+21 | |
2012-11-08 | added the two new facilities | Gibheer | 1 | -0/+2 | |
2012-11-08 | added a small renderer | Gibheer | 1 | -0/+31 | |
This is a renderer which currently just looks for fitting templates based on the name and accept type. The accept type can be mapped in the accept class to make it easier to work with. | |||||
2012-11-08 | replacement for rack request | Gibheer | 3 | -0/+193 | |
This should replace Rack::Request in the hole lib. It seperates everything worth into its own classes, like parameters and the accept header till now. More will follow | |||||
2012-11-08 | fixed the documentation | Gibheer | 1 | -1/+1 | |
2012-11-08 | file to require everything | Gibheer | 1 | -0/+2 | |
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 | |