Recent Posts by andyw8
|
May 26, 2008
|
Topic: Development / Ping retries? If a ping operation fails (e.g. due to the being unreachable), does HeyWatch retry? If so, how frequently and for how long? |
|
May 25, 2008
|
Topic: Development / Problems running example Ruby script When I run the example Ruby script I get the following error: /Users/andy/dev/rails/heywatch/lib/heywatch/ext.rb:29:in `type_cast!’: undefined method `parse’ for Time:Class (NoMethodError) from /Users/andy/dev/rails/heywatch/lib/heywatch/ext.rb:25:in `each’ from /Users/andy/dev/rails/heywatch/lib/heywatch/ext.rb:25:in `type_cast!’ from /Users/andy/dev/rails/heywatch/lib/heywatch/base.rb:165:in `initialize’ from /Users/andy/dev/rails/heywatch/lib/heywatch/base.rb:126:in `new’ from /Users/andy/dev/rails/heywatch/lib/heywatch/base.rb:126:in `create’ from /Users/andy/dev/rails/heywatch/lib/heywatch/discover.rb:15:in `create’ from ruby.rb:6 I’m on ruby 1.8.6 |