aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
2012-10-13added .gitignoreGibheer1-0/+1
2012-10-11added rack as a dependencyGibheer3-2/+26
2012-10-11added rspec for testing and a thor taskGibheer2-0/+9
2012-10-06Rack::Response and Rack::Request work pretty goodGibheer3-44/+8
2012-10-05switched render with responseGibheer1-2/+2
The intention is, that everything gets rendered first and after that packed to a response. This way, error checking on the response can be done after rendering.
2012-10-05changed the way rendering happensGibheer1-1/+12
2012-10-05a small api is neededGibheer1-1/+1
2012-10-05the body is an arrayGibheer1-1/+1
2012-10-05small changes to get it workingGibheer1-2/+2
2012-10-05added the request as a parameter to the controllerGibheer1-0/+5
2012-10-05fixed small errorGibheer1-1/+1
2012-10-05forgot the include for the new classesGibheer1-1/+3
2012-10-05added some basic structuresGibheer3-0/+46
2012-10-05throw out the server as it was a testGibheer1-7/+0
2012-10-04initial commitGibheer7-0/+49