0
0
Fork 0
Commit Graph

15 Commits

Author SHA1 Message Date
Gibheer d92dea4695 drop 1.8 support and add 2.0
As MRI 1.8 is EOL, I think it is okay to drop 1.8 support.
2013-07-29 08:45:15 +02:00
Gibheer 27442f4061 remove more leftovers from class_options 2013-01-29 10:55:16 +01:00
Gibheer b317b05f90 use new api of class_options 2013-01-28 15:49:53 +01:00
Gibheer 399e0ea338 use class_options for the controller 2013-01-11 16:02:26 +01:00
Stormwind ff1a8220f8 Add zero-fix18 to dependencies
Will make URI.decode_www_form usable with Ruby 1.8.
2012-12-23 15:23:16 +01:00
Stormwind 65b1d3a1da Remove 1.8 fixes
The fixes for Ruby 1.8 will take place in a seperate gem. So I remove
all the changes here.
2012-12-23 12:23:14 +01:00
Stormwind 0e3d995325 Remove backports from dependencies
... not used.
2012-12-22 19:10:04 +01:00
Stormwind 443958f885 Add patch for URI decode_www_form
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-22 11:44:26 +01:00
Gibheer 84829f81f5 require backports for ruby 1.8 2012-12-17 20:53:41 +01:00
Gibheer 39acc44742 remove require_relative to make it 1.8 compatible 2012-12-17 19:36:41 +01:00
Gibheer 5c07e72076 delete all.rb in favorite of zero.rb 2012-11-30 19:57:30 +01:00
Gibheer ea20ebf46c use zero/all to require everything 2012-11-08 21:36:56 +01:00
Gibheer 79537632ac added new router to the tools
This small router is intended to work like URLMap, but with the feature
that it can extract variables from routes.
2012-10-13 11:48:11 +02:00
Gibheer bbbc743a93 forgot the include for the new classes 2012-10-05 08:04:12 +02:00
Gibheer c5db0891ff initial commit 2012-10-04 20:17:07 +02:00