Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (24 loc) · 1.91 KB

CONTRIBUTORS.md

File metadata and controls

29 lines (24 loc) · 1.91 KB

Contributors to meta_events

Created and maintained by Andrew Geweke under the support of the wonderful folks at Swiftype, Inc..

Additional contributions by:

  • Aaron Lerch: Support for custom external event names, so that end users of Mixpanel and other tools receiving data from meta_events can get nice, pretty, human-readable event names.
  • Pete Sharum: Fix for Time objects passed in; turns out Time#utc modifies its receiver, which is bad.
  • Jesse Rusak: doc typos and fixes for usage of Rails.logger.
  • charle5: Fix for NoMethodError (undefined method 'watch' for Spring:Module) when used with Spring in certain circumstances.
  • Fabian Stehle: Fix for NoMethodError (undefined method 'watch' for Spring:Module) when used with Spring in certain circumstances.
  • Hubert Lee: Fix for issue where the JavaScript exception you would get if you tried to invoke a front-end event that hadn't been registered would have the wrong event name in it.
  • David Yarbro: Fix for issue where using link_to with a block would fail if you're using meta_events, due to the way Rails renames parameters in this scenario.
  • Mark Quezada: Submitting a pull request for issue where using link_to with a block would fail if you're using meta_events, due to the way Rails renames parameters in this scenario.
  • Anthony: Improved installation instructions.
  • Cayo Medeiros: Remove RSpec deprecation warnings.

Inspiration for ideas by:

  • Harm de Wit for adding a configurable properties_separator on the version in the events DSL.