18 May 2011 12:44
update breaks hello clock?
Just did a quick gem update, including Camping 2.1, and ran 'Hello Clock' (http://camping.rubyforge.org/book/02_getting_started.html) as a quick test: deveritt$ camping nuts.rb /usr/local/lib/ruby/gems/1.8/gems/rack-1.2.2/lib/rack/utils.rb:138:in `union': can't convert Array into String (TypeError) from /usr/local/lib/ruby/gems/1.8/gems/rack-1.2.2/lib/rack/ utils.rb:138 from /usr/local/lib/ruby/gems/1.8/gems/camping-2.1/bin/../ lib/camping.rb:3 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb:31:in `gem_original_require' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb:31:in `require' from /usr/local/lib/ruby/gems/1.8/gems/camping-2.1/bin/ camping:5 from /usr/local/bin/camping:19:in `load' from /usr/local/bin/camping:19 Any ideas? Worked fine with 2.0.392 - Camping.goes :Nuts module Nuts::Controllers class Index < R '/' def get <at> time = Time.now render :sundial end(Continue reading)
Dave
> Seems like Rack 1.2.2 (and 1.2.1) no longer supports 1.8.6. It's fixed
> in Git, but I'm not sure when a new version will be released:
>
RSS Feed