Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-29 | added custom parameter | Gibheer | 2 | -0/+74 | |
2012-11-27 | better specs for render | Gibheer | 1 | -21/+21 | |
2012-11-26 | now the renderer correctly saves all templates | Gibheer | 1 | -5/+5 | |
Before this fix the renderer was not able to save the templates and types in the correct way. It still needs some cleanup, but it works now. | |||||
2012-11-26 | specs for rendering | Gibheer | 1 | -0/+34 | |
2012-11-26 | first commit for the new renderer | Gibheer | 4 | -39/+56 | |
This part handles the building of the template tree, which then gets used later by the containers. | |||||
2012-11-24 | Content-Length must be a String | Stormwind | 1 | -7/+7 | |
2012-11-24 | Add an = at the end of the content_type method | Stormwind | 1 | -3/+3 | |
Shall made use of this functionality more confortable, even if it's not a real attribute of this class. | |||||
2012-11-24 | Delete Content-Length. Conten-Type and body on status 304 | Stormwind | 1 | -0/+11 | |
2012-11-23 | Delete Content-Length. Conten-Type and body on status 204 | Stormwind | 1 | -0/+11 | |
Should work, but somehow it doesn't... | |||||
2012-11-23 | Sets the Content-Type in to_a unless it is already set before | Stormwind | 1 | -3/+16 | |
The default value is 'text/html'. | |||||
2012-11-23 | content_type sets the Content-Type header to the given value | Stormwind | 1 | -3/+11 | |
2012-11-23 | Sets the Content-Length in to_a unless it is already set before | Stormwind | 1 | -2/+9 | |
2012-11-23 | Sets Content-Type header in to_a | Stormwind | 1 | -1/+6 | |
2012-11-23 | Merge remote-tracking branch 'origin/master' | Stormwind | 1 | -0/+14 | |
2012-11-23 | Sets Content-Length to body string bytesize | Stormwind | 1 | -0/+8 | |
Sets the Conten-Length to the bytesize of the joined body to cover UTF-8 | |||||
2012-11-23 | Sets Content-Length to body string length | Stormwind | 1 | -0/+7 | |
It joins the body array to a string and sets the Content-Length header to its length. | |||||
2012-11-23 | content_length sets the Content-Length to 0 | Stormwind | 1 | -0/+11 | |
The method content_length creates a header named Content-Length and sets its value to 0. | |||||
2012-11-20 | added a basic spec for the controller | Gibheer | 1 | -0/+14 | |
2012-11-19 | Rename #finish to #to_a in response specs | Stormwind | 1 | -1/+1 | |
2012-11-18 | Restructure response specs | Stormwind | 1 | -32/+35 | |
Also no change in behaviour | |||||
2012-11-18 | Add default value for the body | Stormwind | 1 | -0/+6 | |
2012-11-18 | Add default value for header | Stormwind | 1 | -1/+7 | |
2012-11-17 | Add default value to status code | Stormwind | 1 | -1/+4 | |
2012-11-17 | Converts any input in status to an integer | Stormwind | 1 | -0/+10 | |
2012-11-16 | added specs for Renderer.transform | Gibheer | 1 | -0/+32 | |
2012-11-16 | not needed anymore | Gibheer | 1 | -7/+0 | |
2012-11-16 | documentet the renderer and added a spec | Gibheer | 1 | -0/+10 | |
2012-11-16 | corrected the naming of #accept, before #media_types | Gibheer | 1 | -0/+7 | |
2012-11-16 | added specs for accept | Gibheer | 3 | -0/+27 | |
2012-11-16 | added specs for new type | Gibheer | 2 | -15/+15 | |
2012-11-16 | Add simple response object | Stormwind | 1 | -0/+19 | |
2012-11-16 | add unit specs for router | Gibheer | 1 | -0/+42 | |
2012-11-16 | added self.create to the request | Gibheer | 1 | -0/+21 | |
With this it is possible to reuse an already set request and therefore safe some memory and time. | |||||
2012-11-15 | added the required line for spec_helper | Gibheer | 2 | -0/+4 | |
2012-11-15 | added specs for #media_types | Gibheer | 1 | -0/+7 | |
2012-11-15 | add specs for #server | Gibheer | 5 | -0/+42 | |
2012-11-15 | add specs for #client | Gibheer | 1 | -0/+8 | |
2012-11-15 | check for an instance of parameter | Gibheer | 1 | -7/+1 | |
2012-11-15 | clean up the accept map after all tests | Gibheer | 1 | -5/+4 | |
2012-11-15 | spec files for Request::Client | Gibheer | 3 | -0/+27 | |
2012-11-14 | added spec for #each on Accept | Gibheer | 1 | -0/+10 | |
2012-11-14 | added specs for #preferred | Gibheer | 1 | -0/+36 | |
2012-11-14 | added specs for #payload | Gibheer | 1 | -0/+24 | |
2012-11-14 | added specs for #query | Gibheer | 1 | -0/+20 | |
2012-11-13 | added specs for #param | Gibheer | 1 | -0/+14 | |
2012-11-13 | added specs for #content_type | Gibheer | 1 | -0/+16 | |
2012-11-13 | added spec for #path | Gibheer | 1 | -0/+7 | |
2012-11-13 | added spec for #method | Gibheer | 1 | -0/+6 | |
2012-11-13 | more specs for the #? methods of request | Gibheer | 6 | -1/+76 | |
2012-11-12 | added specs for #get? | Gibheer | 1 | -0/+15 | |