summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-11-29added custom parameterGibheer1-0/+29
2012-11-27fixed a typoGibheer1-1/+1
2012-11-27added documentation for routerGibheer1-0/+32
2012-11-26now the renderer correctly saves all templatesGibheer1-20/+15
2012-11-26renderer is now able to render templatesGibheer1-0/+28
2012-11-26added more documentation to the rendererGibheer1-1/+20
2012-11-26cleaned up the commit a bit moreGibheer1-8/+11
2012-11-26first commit for the new rendererGibheer1-78/+65
2012-11-26a small fix to make the controller useableGibheer1-0/+15
2012-11-26transform the response to an arrayGibheer1-1/+1
2012-11-26small minor cleanupGibheer1-5/+4
2012-11-26removed doubled lineGibheer1-4/+0
2012-11-24Content-Length must be a StringStormwind1-1/+1
2012-11-24Write some documentationStormwind1-5/+12
2012-11-24Add an = at the end of the content_type methodStormwind1-2/+2
2012-11-24Delete Content-Length. Conten-Type and body on status 304Stormwind1-2/+2
2012-11-24Add self. on uses of own methods with an = in itStormwind1-3/+3
2012-11-23Delete Content-Length. Conten-Type and body on status 204Stormwind1-5/+11
2012-11-23Sets the Content-Type in to_a unless it is already set beforeStormwind1-1/+2
2012-11-23content_type sets the Content-Type header to the given valueStormwind1-0/+7
2012-11-23Sets the Content-Length in to_a unless it is already set beforeStormwind1-2/+2
2012-11-23Sets Content-Type header in to_aStormwind1-0/+1
2012-11-23Merge remote-tracking branch 'origin/master'Stormwind2-24/+42
2012-11-23Sets Content-Length to body string bytesizeStormwind1-1/+1
2012-11-23Sets Content-Length to body string lengthStormwind1-1/+1
2012-11-23Remove @s in to_aStormwind1-1/+1
2012-11-23content_length sets the Content-Length to 0Stormwind1-0/+7
2012-11-20seperated the methods of the basic controllerGibheer1-1/+11
2012-11-20make a wrapper over the static transformGibheer1-0/+6
2012-11-20use Zero::Request instead of the rack oneGibheer1-1/+1
2012-11-20make class functions more clear in rendererGibheer1-22/+24
2012-11-18Add some TODOsStormwind1-1/+5
2012-11-18Add default value for the bodyStormwind1-1/+2
2012-11-18Add default value for headerStormwind1-0/+1
2012-11-17Add default value to status codeStormwind1-0/+7
2012-11-17Converts any input in status to an integerStormwind1-1/+11
2012-11-16added specs for Renderer.transformGibheer1-2/+2
2012-11-16documentet the renderer and added a specGibheer1-6/+65
2012-11-16corrected the naming of #accept, before #media_typesGibheer1-1/+1
2012-11-16corrected documentationGibheer1-1/+1
2012-11-16changed the name of the functionsGibheer1-6/+6
2012-11-16this adds a new accept typeGibheer3-58/+80
2012-11-16Add simple response objectStormwind2-0/+20
2012-11-16replace rack router with the zero routerGibheer1-4/+1
2012-11-16added self.create to the requestGibheer1-0/+6
2012-11-15check for nil argument and use an empty arrayGibheer1-1/+5
2012-11-15added the implemention for #serverGibheer2-0/+48
2012-11-15added docs for #clientGibheer1-0/+2
2012-11-15added Client to the requestGibheer2-0/+36
2012-11-14changed the setting of @@mapGibheer1-1/+1