aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-27Revert "refreshed documentation"Gibheer17-367/+187
2012-11-27more explanation in the readmeGibheer1-4/+58
2012-11-26refreshed documentationGibheer17-187/+367
2012-11-26now the renderer correctly saves all templatesGibheer2-25/+20
2012-11-26renderer is now able to render templatesGibheer1-0/+28
2012-11-26specs for renderingGibheer2-0/+44
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 rendererGibheer5-117/+121
2012-11-26added the first set of documentationGibheer26-0/+8745
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 StringStormwind2-8/+8
2012-11-24Write some documentationStormwind1-5/+12
2012-11-24Add an = at the end of the content_type methodStormwind2-5/+5
2012-11-24Delete Content-Length. Conten-Type and body on status 304Stormwind2-2/+13
2012-11-24Add self. on uses of own methods with an = in itStormwind1-3/+3
2012-11-24SimpleCov runs on latest rbx headGibheer1-5/+4
2012-11-23Delete Content-Length. Conten-Type and body on status 204Stormwind2-5/+22
2012-11-23Sets the Content-Type in to_a unless it is already set beforeStormwind2-4/+18
2012-11-23content_type sets the Content-Type header to the given valueStormwind2-3/+18
2012-11-23Sets the Content-Length in to_a unless it is already set beforeStormwind2-4/+11
2012-11-23Sets Content-Type header in to_aStormwind2-1/+7
2012-11-23Add simplecov to Gemfile and gemspecStormwind3-0/+8
2012-11-23Merge remote-tracking branch 'origin/master'Stormwind4-24/+68
2012-11-23Sets Content-Length to body string bytesizeStormwind2-1/+9
2012-11-23Sets Content-Length to body string lengthStormwind2-1/+8
2012-11-23Remove @s in to_aStormwind1-1/+1
2012-11-23content_length sets the Content-Length to 0Stormwind2-0/+18
2012-11-20add simplecov to get metricsGibheer1-0/+7
2012-11-20seperated the methods of the basic controllerGibheer1-1/+11
2012-11-20added a basic spec for the controllerGibheer1-0/+14
2012-11-20add a spec controllerGibheer1-0/+5
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-19Rename #finish to #to_a in response specsStormwind1-1/+1
2012-11-18Restructure response specsStormwind1-32/+35
2012-11-18Add some TODOsStormwind1-1/+5
2012-11-18Add default value for the bodyStormwind2-1/+8
2012-11-18Add default value for headerStormwind2-1/+8
2012-11-17Add default value to status codeStormwind2-1/+11
2012-11-17Converts any input in status to an integerStormwind2-1/+21
2012-11-16added specs for Renderer.transformGibheer2-2/+34
2012-11-16not needed anymoreGibheer1-7/+0
2012-11-16documentet the renderer and added a specGibheer2-6/+75
2012-11-16corrected the naming of #accept, before #media_typesGibheer2-1/+8
2012-11-16corrected documentationGibheer1-1/+1