Skip to content

How to use with Ruby On Rails

Tony Edwards edited this page Aug 7, 2015 · 3 revisions

Hi guys, getting this baby running on rails is easy as hell, here you go:

  1. Add this at the top of your Gemfile: source 'http://rails-assets.org'

  2. Somewhere below in your Gemfile add: gem 'rails-assets-RRSSB'

  3. In your application.js, include: //= require RRSSB

  4. In your application.css, include: *= require RRSSB

That's it, the buttons will now be accessible from your view, just copy and paste the button snippets from the examples on this site !

Clone this wiki locally