intercom-rails
intercom-rails copied to clipboard
The easiest way to install Intercom in a Rails app.
Hi. Recently I'm receiving lots of errors from the intercom Javascript code. Anyone knows how to avoid this error? Here you can see the error stack trace : `TypeError: undefined...
## Version info - intercom-rails version: 0.3.5 - Rails version: 4.0.1 ## Actual behavior I want to track events. I bind some click events on links: ``` $('body').on('click','a.track_event', function(event){ Intercom('trackEvent',...
A Changelog would be very useful, a bit painful today to check past commits when upgrading. Migration path and how to handle deprecations would be greatly appreciated as well.
Hi there! Thanks for the `intercom-rails` gem. It was a great starting point for me to implement server-side shutdown. 👍 However, I had a couple of issues while implementing the...
The current intercom-rails release is incompatible with Ruby 2.4.0 since it locks activesupport at '>3.0' which in return locks json at 1.8.3. Ruby 2.4.0 unified [Fixnum and Bignum into Integer](https://bugs.ruby-lang.org/issues/12005)...
Please don't monkey patch, a better way to add a nonce for twitter/secureheaders is by using the `content_security_policy_nonce(:script)` helper. I advise a documentation update.
## Version info - intercom-rails version: `0.3.2` - Rails version: `4.2.0` ## Expected behavior Just wanted to highlight what, in my opinion, is a risky default for this library. I...
## Version info - intercom-rails version: 0.3.2 - Rails version: 4.0.13 ## Expected behavior `current_user.current_company` need to be set any value with a `around_filter` method, because a multi tenant scope....
Define initializer conditionally as it might not be used in all bundle groups.
Majority of Rails applications use Turbolinks. So, it's helpful to support them