Ben Carpenter
Ben Carpenter
I get this error when I try to track a package. Seems like the library is trying to use an Array as a Hash or something like that. ?> fedex...
If I open up irb and try shippinglogic, I get: >> require 'shippinglogic' NameError: undefined method `==' for class `ActiveSupport::BasicObject' from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.4/lib/active_support/basic_object.rb:12:in `undef_method' from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.4/lib/active_support/basic_object.rb:12 from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require' ....... But...