intercom-rails
intercom-rails copied to clipboard
The easiest way to install Intercom in a Rails app.
## Version info - intercom-rails version: 0.4.1 - Rails version: 6.0.1 ## Expected behavior Only valid markup should be generated. Style tags should be inserted in the document head. ##...
## Version info - intercom-rails version: 0.4.0 - Rails version: 5.2.3 ## Expected behavior I can set: ```ruby config.user.unsubscribed_from_emails = Proc.new {|current_user| current_user.unsubscribed? } ``` ## Actual behavior Exception is...
I just ran `bundle update` and that updated `intercom-rails` to `0.4.0`. I have no idea what's new since `0.3.8` and if there are any breaking changes (since you don't have...
## Version info - intercom-rails version: 0.3.5 - Rails version: 5.1.4 ## Expected behavior No error. ## Actual behavior Receiving `Uncaught TypeError: Cannot read property 'appId' of null` in console...
Hi There, We are trying to create users based on email, and nog on user_id. Tried a couple of things: For example, just setting the user_id to nil ``` config.user.custom_data...
Hi Intercom devs! Please let me know what you think of this slight change in functionality. The current behaviour when you have both `include_for_logged_out_users` and `user.exclude_if` set is a little...
The delete example of intercom-ruby gem did not work for me so I corrected it to follow the current syntax.
Intercom config.user.custom_data does not reflect in window.intercomSettings - users showing as Lead
## Version info - intercom-rails version: 0.4.0 - Rails version: 5.2.0 ## Expected behavior Logged in User data should shows up ## Actual behavior We have this working for awhile...
## Version info - intercom-rails version: all at time of writing ## Expected behavior 1. User logs out 2. Logged out user is redirected to `/` served from `public/index.html` 3....