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

Add append_register_once to Mixpanel::Person #83

Closed dweinand closed 11 years ago

dweinand commented 11 years ago

Added support for register_once via the middleware.

This lets you specify a super property that won't be overwritten if it's already set.

zevarito commented 11 years ago

Hey @dan,

I've merged this, next week will release a new version. thanks!