Sha256: f2f2792c67d16bc366c35df9238ee3a93ae7b6936238a74a4da82936cd03c1e7
Contents?: true
Size: 1.05 KB
Versions: 12
Compression:
Stored size: 1.05 KB
Contents
# ramen-rails [![Build Status](https://travis-ci.org/ramen-dev/ramen-rails.svg)](https://travis-ci.org/ramen-dev/ramen-rails) This is a Rails helper for [Ramen](https://ramen.is). Ramen is a product that helps B2B SaaS product managers build better products by giving them tools to better understand what their customers need, and how satisfied their customers are with the results. This gem will automatically inject the `ramen.js` script tag into pages. # Installation Add this to your Gemfile: ``` gem "ramen-rails", "~> 0.3.0" ``` Then run: ``` bundle install ``` # Usage The following command will add `ramen.rb` to your `config/initializers`. You can get your ID and SECRET in your Ramen Management Console. ``` rails g ramen:config ORGANIZATION_ID ORGANIZATION_SECRET ``` # Thanks This gem was heavily inspired by the [intercom-rails](https://github.com/intercom/intercom-rails) gem. We <3 Intercom at Ramen. If you're looking for a nice way to have conversations with your customers in your web application, give them a holler. # License MIT-LICENSE for life.
Version data entries
12 entries across 12 versions & 1 rubygems