aboutsummaryrefslogtreecommitdiff
path: root/lib/zero.rb
AgeCommit message (Collapse)AuthorFilesLines
2023-05-09Use require_relative instead of requireStormwind1-5/+5
This allows the Gem to be used more flexible. There is no need to add the exact path of the Gem anymore in your Ruby path, if you don't want this.
2013-07-29drop 1.8 support and add 2.0Gibheer1-5/+0
As MRI 1.8 is EOL, I think it is okay to drop 1.8 support.
2013-01-29remove more leftovers from class_optionsGibheer1-2/+0
2013-01-28use new api of class_optionsGibheer1-0/+1
2013-01-11use class_options for the controllerGibheer1-1/+1
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