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 outTime#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 usingmeta_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 usingmeta_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 theversion
in the events DSL.