Looks like mixpanel may have changed their API. The #set no longer works.
Site note: They now have this nifty https://github.com/mixpanel/mixpanel-ruby gem which just handles the ruby side of transmission, but doesn't do client side middleware, or the async: true feature.
Sounds like we basically should wrap all ruby-side calls with invocations of the original gem.
NoMethodError: undefined method `body' for 1:Fixnum
from /Users/dlikhten/.rvm/gems/ruby-2.0.0-p247@global/gems/mixpanel-4.0.7/lib/mixpanel/tracker.rb:71:in `parse_response'
Looks like mixpanel may have changed their API. The #set no longer works.
Site note: They now have this nifty https://github.com/mixpanel/mixpanel-ruby gem which just handles the ruby side of transmission, but doesn't do client side middleware, or the async: true feature.
Sounds like we basically should wrap all ruby-side calls with invocations of the original gem.