summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-11-29added custom parameters in the routerGibheer2-6/+19
2012-11-29updated gem lockGibheer1-2/+2
2012-11-29added custom parameterGibheer3-0/+103
2012-11-27better specs for renderGibheer3-21/+23
2012-11-27fixed a typoGibheer1-1/+1
2012-11-27added documentation for routerGibheer1-0/+32
2012-11-27Revert "added the first set of documentation"Gibheer26-8745/+0
This reverts commit 37a4a28deec224f7cd9a5a124e22258e868913e4.
2012-11-27Revert "refreshed documentation"Gibheer17-367/+187
This reverts commit be1afcd114d148dbfedb7a3fc068af64a83b5991.
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
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-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
This part handles the building of the template tree, which then gets used later by the containers.
2012-11-26added the first set of documentationGibheer26-0/+8745
2012-11-26a small fix to make the controller useableGibheer1-0/+15
This is just to use the controller for a demonstration on where this all is heading to.
2012-11-26transform the response to an arrayGibheer1-1/+1
2012-11-26small minor cleanupGibheer1-5/+4
This removes #process and replaces it with some documentation for it. Also the Rack::Response is replaced with Zero::Response.
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
Shall made use of this functionality more confortable, even if it's not a real attribute of this class.
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
Fixes errors
2012-11-24SimpleCov runs on latest rbx headGibheer1-5/+4
2012-11-23Delete Content-Length. Conten-Type and body on status 204Stormwind2-5/+22
Should work, but somehow it doesn't...
2012-11-23Sets the Content-Type in to_a unless it is already set beforeStormwind2-4/+18
The default value is 'text/html'.
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
Sets the Conten-Length to the bytesize of the joined body to cover UTF-8
2012-11-23Sets Content-Length to body string lengthStormwind2-1/+8
It joins the body array to a string and sets the Content-Length header to its length.
2012-11-23Remove @s in to_aStormwind1-1/+1
2012-11-23content_length sets the Content-Length to 0Stormwind2-0/+18
The method content_length creates a header named Content-Length and sets its value to 0.
2012-11-20add simplecov to get metricsGibheer1-0/+7
This only works with MRI, but should be good enough.
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
Also no change in behaviour
2012-11-18Add some TODOsStormwind1-1/+5
No change in behaviour
2012-11-18Add default value for the bodyStormwind2-1/+8
2012-11-18Add default value for headerStormwind2-1/+8