aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-01-29catch empty routesGibheer1-1/+1
2013-01-29remove more leftovers from class_optionsGibheer2-3/+0
2013-01-29make request and response staticGibheer1-10/+11
2013-01-28use new api of class_optionsGibheer2-3/+4
2013-01-11use class_options for the controllerGibheer2-25/+5
2013-01-09take strings for bodyGibheer1-1/+19
2013-01-08prepare for version 0.2.0Gibheer1-1/+1
2013-01-06Kill all mutants in Zero::RendererStormwind1-1/+2
2013-01-06Kill all mutants i Zero::RequestStormwind1-1/+1
2013-01-06Kill all mutants in Zero::Request::ParameterStormwind1-2/+3
2013-01-05Kill almost all mutants in Zero::Request:AcceptTypeStormwind1-6/+3
2012-12-23Add zero-fix18 to dependenciesStormwind1-0/+6
2012-12-23Remove 1.8 fixesStormwind2-92/+0
2012-12-22Merge remote-tracking branch 'origin/master'Stormwind1-4/+8
2012-12-22Remove backports from dependenciesStormwind1-3/+0
2012-12-22Improve query valid regexStormwind1-2/+2
2012-12-22kick out Zero::Request from routerGibheer1-4/+8
2012-12-22Add and use decode_www_form_component_18Stormwind1-22/+42
2012-12-22Add first implementation of decode_www_form_18Stormwind1-1/+26
2012-12-22Add patch for URI decode_www_formStormwind2-0/+46
2012-12-18reuse render for actual renderingGibheer1-4/+13
2012-12-17require backports for ruby 1.8Gibheer1-0/+4
2012-12-17remove require_relative to make it 1.8 compatibleGibheer3-10/+10
2012-12-17release 0.1.2v0.1.2Gibheer1-1/+1
2012-12-17initialize the responseGibheer1-1/+1
2012-12-13added LICENSE and release new versionv0.1.1Gibheer1-1/+1
2012-12-13added options to controllerGibheer1-5/+16
2012-12-12typo in the documentationGibheer1-1/+1
2012-12-12replaced .create with .new on Zero::RequestGibheer3-6/+23
2012-12-10define the renderer at initializationGibheer1-4/+5
2012-12-01release version 0.1.0v0.1.0Gibheer1-1/+1
2012-12-01avoid changing existing environment keysGibheer1-2/+8
2012-11-30delete all.rb in favorite of zero.rbGibheer2-5/+5
2012-11-30Optional setting of status code on redirectStormwind1-2/+2
2012-11-30Add redirect to responseStormwind1-0/+9
2012-11-30mapping is not needed at this pointGibheer2-16/+0
2012-11-30use URI to get parametersGibheer1-3/+1
2012-11-29don't overwrite the requestGibheer1-1/+1
2012-11-29Throws an ArgumentError, if no template fits given typesStormwind1-0/+3
2012-11-29Throws ArgumentError, if given template does not existStormwind1-5/+7
2012-11-29Add default value for default templatesStormwind1-5/+9
2012-11-29added custom parameters in the routerGibheer1-1/+1
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