summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-01release version 0.1.0v0.1.0Gibheer2-3/+4
2012-12-01avoid changing existing environment keysGibheer2-2/+20
2012-11-30it is a toolkit not a tool setGibheer1-2/+2
2012-11-30delete all.rb in favorite of zero.rbGibheer3-6/+6
2012-11-30Optional setting of status code on redirectStormwind2-2/+10
2012-11-30Add redirect to responseStormwind2-0/+19
2012-11-30added sample repository to readmeGibheer1-2/+3
2012-11-30specs for the renderer accessGibheer1-0/+11
2012-11-30mapping is not needed at this pointGibheer2-16/+0
2012-11-30use URI to get parametersGibheer3-9/+21
2012-11-29don't overwrite the requestGibheer2-1/+9
2012-11-29Throws an ArgumentError, if no template fits given typesStormwind2-0/+13
2012-11-29Throws ArgumentError, if given template does not existStormwind2-5/+13
2012-11-29Add default value for default templatesStormwind2-5/+20
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
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