Sha256: ccf079fccda4186579ee5712944ca5502114e6dfcc1fc4881792bcbcc1b59c73
Contents?: true
Size: 716 Bytes
Versions: 7
Compression:
Stored size: 716 Bytes
Contents
# Vis::Rails Add http://visjs.org visualization library to Rails assets pipeline ## Installation Add this line to your application's Gemfile: gem 'vis-rails' And then execute: $ bundle Or install it yourself as: $ gem install vis-rails ## Usage Add to `app/assets/javascripts/application.js`: //= require vis Add to `app/assets/stylesheets/application.css`: *= require vis Vis.js documentation: [http://visjs.org/docs](http://visjs.org/docs) ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
vis-rails-1.0.2 | README.md |
vis-rails-1.0.1 | README.md |
vis-rails-1.0.0 | README.md |
vis-rails-0.0.6 | README.md |
vis-rails-0.0.5 | README.md |
vis-rails-0.0.4 | README.md |
vis-rails-0.0.3 | README.md |