Circles
The Circles gem wraps the Circles.js library in a Rails engine for simple use with the asset pipeline.
Installation
Add this line to your application's Gemfile:
gem 'circles'
Add the following directive to your Javascript manifest file (application.js):
And then execute:
$ bundle
Or install it yourself as:
$ gem install circles
Usage
Check the original Circles repository
Contributing
- Fork it ( https://github.com/juljun14/circles/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request