Sha256: 7ab8d638ffa6351068fefb4053ab866e199b702229f6a93abd275d9ef5026d11

Contents?: true

Size: 1.04 KB

Versions: 8

Compression:

Stored size: 1.04 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"
```

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

8 entries across 8 versions & 1 rubygems

Version Path
ramen-rails-0.2.0 README.md
ramen-rails-0.1.3 README.md
ramen-rails-0.1.2 README.md
ramen-rails-0.1.1 README.md
ramen-rails-0.1.0 README.md
ramen-rails-0.0.9 README.md
ramen-rails-0.0.8 README.md
ramen-rails-0.0.7 README.md