aboutsummaryrefslogtreecommitdiff
path: root/lib/zero.rb
AgeCommit message (Collapse)AuthorFilesLines
2012-12-23Add zero-fix18 to dependenciesStormwind1-0/+6
Will make URI.decode_www_form usable with Ruby 1.8.
2012-12-23Remove 1.8 fixesStormwind1-2/+0
The fixes for Ruby 1.8 will take place in a seperate gem. So I remove all the changes here.
2012-12-22Remove backports from dependenciesStormwind1-3/+0
... not used.
2012-12-22Add patch for URI decode_www_formStormwind1-0/+1
Plus some specs. This should it make later possible to make Zero work with Ruby 1.8. But at the moment it only routes to the original decode_www_form method, if it exists. Otherwise it returns an empty Array. So this will still fail on the 1.8 versions at the moment.
2012-12-17require backports for ruby 1.8Gibheer1-0/+4
2012-12-17remove require_relative to make it 1.8 compatibleGibheer1-5/+5
2012-11-30delete all.rb in favorite of zero.rbGibheer1-0/+5
2012-11-08use zero/all to require everythingGibheer1-5/+0
2012-10-13added new router to the toolsGibheer1-2/+4
This small router is intended to work like URLMap, but with the feature that it can extract variables from routes.
2012-10-05forgot the include for the new classesGibheer1-1/+3
2012-10-04initial commitGibheer1-0/+3