Go to file
Guillaume DOTT 57534dcbbb Update jOrgChart and README 2013-02-04 17:26:51 +01:00
lib Add Rails::Engine and jOrgChart library 2013-01-23 17:18:34 +01:00
vendor/assets Update jOrgChart and README 2013-02-04 17:26:51 +01:00
.gitignore First commit 2013-01-23 17:03:19 +01:00
Gemfile First commit 2013-01-23 17:03:19 +01:00
LICENSE.txt First commit 2013-01-23 17:03:19 +01:00
README.md Update jOrgChart and README 2013-02-04 17:26:51 +01:00
Rakefile First commit 2013-01-23 17:03:19 +01:00
jorgchart-rails.gemspec First commit 2013-01-23 17:03:19 +01:00

README.md

Jorgchart::Rails

jOrgChart for Rails. Bundled up jOrgChart into something useable with the Rails 3.1 asset pipeline

This gem include my forked version of jOrgChart (https://github.com/gdott9/jOrgChart/tree/my-master) which adds some features waiting to be merged. Additionnal features :

Installation

Add this line to your application's Gemfile:

gem 'jorgchart-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jorgchart-rails

Usage

In application.js

//= require jquery.jorgchart

This gem comes with a stylesheet for default style. To use it, add the following line in application.css

//= require jquery.jorgchart

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