zevarito / mixpanel

Simple lib to track events in Mixpanel service. It can be used in any rack based framework.
MIT License
273 stars 84 forks source link

Time.to_i #120

Closed reconbot closed 11 years ago

reconbot commented 11 years ago

This should fix #118. It converts Time objects to integers when preparing data via properties_hash. This also effects the queued events, someone with a little more knowledge then me should verify that's working as expected. But it looks good to me.