summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-12-13added LICENSE and release new versionv0.1.1Gibheer3-2/+27
2012-12-13added options to controllerGibheer2-7/+18
This avoids hardcoding the options into the controller and therefore should it make possible to use Rack::Request or Sinatra apps as requests. (That sounds so weird.)
2012-12-12typo in the documentationGibheer1-1/+1
2012-12-12added yard to GemfileGibheer2-1/+7
2012-12-12replaced .create with .new on Zero::RequestGibheer6-11/+28
2012-12-10added script command for travisGibheer1-0/+1
2012-12-10newer versions of gemsGibheer1-4/+4
2012-12-10define the renderer at initializationGibheer2-5/+11
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
Now a relocation can be done, by calling redirect with the URL you want relocate to. This will set the Location header and set the status code to 302.
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
If a template has no type specifcation in it's name, then we use 'default' as map name now.
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...