intercom-rails
intercom-rails copied to clipboard
The easiest way to install Intercom in a Rails app.
I started migrating a project from Turbolinks to the [Turbo](https://github.com/hotwired/turbo-rails) project and hit some issues. I have a workaround which might be useful to include in the documentation, or at...
Hey there! My team has been running into some problems with the gem that appears to only affect Firefox users. This appears to be related to turbo as I can...
#### Why? I want to be able to set alignment on the inbox widget. Fixes #287 #### How? Added option to set `alignment` in the initializer and it would be...
Hello, I run PageSpeed and the Intercom JS blocks rendering. How can I defer it or load it after the 'scroll' event? I would do the same described here but...
## Version info - intercom-rails version: 0.4.2 - Rails version: 7.0.5 ## Expected behavior Both should be true depending on how you use `intercom-rails`: 1. If doing manual insertion with...
#### Why? We have lots of javascript code that blindly invokes `window.Intercom(...)` expecting that it's a function. The assumption that `window.Intercom` is always a function breaks down, when `IntercomRails::AutoInclude::Filter` is...
Something like `Intercom.show(); Intercom.hide()` would be nice. What's the function call for this?
## Version info - intercom-rails version: 0.4.1 - Rails version: 6.0.3.4 ## Brief Context We have a non-devise SuperAdmin user which can act as any other user in our app....
## Version info - intercom-rails version: 0.4.1 - Rails version: 6.0.3.1 ## Explanation I am attempting to track every time a user sends us a message through the Intercom chat...