We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi guys, getting this baby running on rails is easy as hell, here you go:
Add this at the top of your Gemfile: source 'http://rails-assets.org'
source 'http://rails-assets.org'
Somewhere below in your Gemfile add: gem 'rails-assets-RRSSB'
gem 'rails-assets-RRSSB'
In your application.js, include: //= require RRSSB
//= require RRSSB
In your application.css, include: *= require RRSSB
*= 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 !