From 7e1591a5279a5fe2b1fc2333840a9702eb6dfa2f Mon Sep 17 00:00:00 2001 From: voxeo Date: Wed, 10 Feb 2010 18:28:13 -0700 Subject: [PATCH] A developer encountered a problem with an incompatibility between the Ruby JSON lib and ActiveSupport 2.3.2 when a Tropo::Generator.say 'foo bar' was called. The error was: 'TypeError Exception: wrong argument type Hash (expected Data)'. An upgrade to 2.3.5 of ActiveSupport resolved the issue. --- README.rdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rdoc b/README.rdoc index af3fddf..445124f 100644 --- a/README.rdoc +++ b/README.rdoc @@ -12,6 +12,8 @@ your own web servers. * Ruby v1.8.6+ or JRuby v1.4.0+ * RubyGems +Note: If using with ActiveSupport, v2.3.5 or better of ActiveSupport is required. + == Installation $ sudo gem install tropo-webapi-ruby