aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-11-16call is a class functionGibheer1-1/+1
2012-11-16added self.create to the requestGibheer2-0/+27
With this it is possible to reuse an already set request and therefore safe some memory and time.
2012-11-15added the required line for spec_helperGibheer2-0/+4
2012-11-15added specs for #media_typesGibheer1-0/+7
2012-11-15check for nil argument and use an empty arrayGibheer1-1/+5
2012-11-15added the implemention for #serverGibheer2-0/+48
2012-11-15add specs for #serverGibheer5-0/+42
2012-11-15add specs for #clientGibheer1-0/+8
2012-11-15check for an instance of parameterGibheer1-7/+1
2012-11-15clean up the accept map after all testsGibheer1-5/+4
2012-11-15added docs for #clientGibheer1-0/+2
2012-11-15delete :version to avoid deprecation messageGibheer1-1/+1
2012-11-15added Client to the requestGibheer2-0/+36
2012-11-15spec files for Request::ClientGibheer3-0/+27
2012-11-14added spec for #each on AcceptGibheer1-0/+10
2012-11-14changed the setting of @@mapGibheer1-1/+1
2012-11-14added specs for #preferredGibheer1-0/+36
2012-11-14rspec updateGibheer1-8/+9
2012-11-14added specs for #payloadGibheer1-0/+24
2012-11-14added specs for #queryGibheer1-0/+20
2012-11-14added documentation for parameter constantsGibheer1-0/+4
2012-11-14added travisGibheer2-0/+12
2012-11-13added specs for #paramGibheer1-0/+14
2012-11-13added specs for #content_typeGibheer1-0/+16
2012-11-13added simple guardfileGibheer1-0/+15
2012-11-13added guard as a helperGibheer2-0/+28
2012-11-13added more documentationGibheer1-6/+6
2012-11-13use #method for @method declarationGibheer1-8/+9
2012-11-13add reader for environmentGibheer1-0/+4
2012-11-13added comments for the constantsGibheer1-0/+8
2012-11-13added spec for #pathGibheer1-0/+7
2012-11-13added spec for #methodGibheer1-0/+6
2012-11-13replace head? with patch?Gibheer1-1/+1
2012-11-13use the environment generatorGibheer1-5/+5
2012-11-13more specs for the #? methods of requestGibheer7-1/+91
2012-11-12added specs for #get?Gibheer1-0/+15
2012-11-12extend the helper a bitGibheer1-2/+16
2012-11-12added more documentationGibheer1-7/+21
2012-11-08don't commit sample appsGibheer1-0/+1
2012-11-08added the two new facilitiesGibheer1-0/+2
2012-11-08added a small rendererGibheer1-0/+31
This is a renderer which currently just looks for fitting templates based on the name and accept type. The accept type can be mapped in the accept class to make it easier to work with.
2012-11-08replacement for rack requestGibheer3-0/+193
This should replace Rack::Request in the hole lib. It seperates everything worth into its own classes, like parameters and the accept header till now. More will follow
2012-11-08fixed the documentationGibheer1-1/+1
2012-11-08this should not be in hereGibheer1-16/+0
2012-11-08use https in the GemfileGibheer2-2/+2
2012-11-08file to require everythingGibheer1-0/+2
2012-11-08use zero/all to require everythingGibheer3-6/+4
2012-11-08added spec for the root urlGibheer1-0/+6
2012-10-23update the homepage linkGibheer1-1/+1
The homepage link in the gemspec was wrong
2012-10-13added new router to the toolsGibheer6-2/+158
This small router is intended to work like URLMap, but with the feature that it can extract variables from routes.