Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-09 | Use require_relative instead of require | Stormwind | 1 | -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-29 | drop 1.8 support and add 2.0 | Gibheer | 1 | -5/+0 | |
As MRI 1.8 is EOL, I think it is okay to drop 1.8 support. | |||||
2013-01-29 | remove more leftovers from class_options | Gibheer | 1 | -2/+0 | |
2013-01-28 | use new api of class_options | Gibheer | 1 | -0/+1 | |
2013-01-11 | use class_options for the controller | Gibheer | 1 | -1/+1 | |
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 | |