Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-23 | Add zero-fix18 to dependencies | Stormwind | 1 | -0/+6 | |
Will make URI.decode_www_form usable with Ruby 1.8. | |||||
2012-12-23 | Remove 1.8 fixes | Stormwind | 1 | -2/+0 | |
The fixes for Ruby 1.8 will take place in a seperate gem. So I remove all the changes here. | |||||
2012-12-22 | Remove backports from dependencies | Stormwind | 1 | -3/+0 | |
... not used. | |||||
2012-12-22 | Add patch for URI decode_www_form | Stormwind | 1 | -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-17 | require backports for ruby 1.8 | Gibheer | 1 | -0/+4 | |
2012-12-17 | remove require_relative to make it 1.8 compatible | Gibheer | 1 | -5/+5 | |
2012-11-30 | delete all.rb in favorite of zero.rb | Gibheer | 1 | -0/+5 | |
2012-11-08 | use zero/all to require everything | Gibheer | 1 | -5/+0 | |
2012-10-13 | added new router to the tools | Gibheer | 1 | -2/+4 | |
This small router is intended to work like URLMap, but with the feature that it can extract variables from routes. | |||||
2012-10-05 | forgot the include for the new classes | Gibheer | 1 | -1/+3 | |
2012-10-04 | initial commit | Gibheer | 1 | -0/+3 | |