inventit / jstree-rails

Integrate jstree assets in your Rails asset pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jstree::Rails

jsTree for Rails

Installation

Add this line to your application's Gemfile:

gem 'jstree-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jstree-rails

Usage

In your application.js you will need to add this line:

//= require jstree

And in your application.scss you will need to add this line:

@import "jstree";

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/inventit/jstree-rails.

License

The gem is available as open source under the terms of the MIT License.

About

Integrate jstree assets in your Rails asset pipeline

License:MIT License


Languages

Language:Ruby 96.8%Language:Shell 3.2%