Sha256: 2d1bbb88ffcbce39c94fc6491281fffde1ada9e776afd73d400f6d2770dffd54
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
# RickshawRails This gem packages the [Rickshaw](http://code.shutterstock.com/rickshaw/) Javascript graphing library for easy use with the Rails 3.1+ asset pipleine. ## Installation Add this line to your application's Gemfile: gem 'rickshaw-rails' And then execute: $ bundle Or install it yourself as: $ gem install rickshaw-rails ## Usage Add this line to your application.css: *= require rickshaw-rails You can also require d3 and rickshaw seperately if you want: //= require rickshaw-rails You can now use rickshaw in your app. ## Version The version numbers follow the versionning of the library [Rickshaw](http://code.shutterstock.com/rickshaw/) ## Credits This gem was forked from [logical42/rickshaw_rails](https://github.com/logical42/rickshaw_rails). ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rickshaw-rails-1.4.6 | README.md |