Skip to content

reamaze/reamaze-gem

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
bin
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Reamaze

The simplest way to add a fully integrated support experience to your web site or web app

Reamaze is a fully embeddable support system that you can add with a few lines of JavaScript. Reamaze can help you handle your traditional email support along with your in-app knowledge base, support widget and live chat.

This gem provides an ERB partial via a Rails Engine that makes the SSO integration even easier.

Requirements

This Reamaze gem requires Rails 3 or above. Not running Rails? No problem, you can just use Reamaze.js!

Installation

In your Gemfile, simply add:

gem 'reamaze'

Usage

For the most basic integration, simply include the reamaze partial. You must include your brand subdomain to load the proper help desk associated with your account

<%= render partial: 'reamaze/reamaze', locals: { brand_subdomain: '***YOUR REAMAZE SUBDOMAIN HERE***'} %>

To automatically log your users into the system you can use SSO integration. You'll find your SSO Key available via Settings within your Reamaze account:

<%= render partial: 'reamaze/reamaze', locals: { 
  brand_subdomain: '*** YOUR REAMAZE SUBDOMAIN HERE ****',
  user_id: '**** YOUR USER'S ID IN YOUR SYSTEM ****',
  user_email: '**** YOUR USER'S EMAIL IN YOUR SYSTEM ****',
  sso_key: '**** YOUR REAMAZE SSO KEY ****
} %>

Copyright

See LICENSE for details.

About

Rails engine for integrating a fully functional support system into your web site or app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published