jsTree for Rails Asset Pipeline
Integrate the jsTree jQuery plugin with the Rails asset pipeline.
jsTree is a jQuery plugin that provides interactive trees. It is absolutely free, open source and distributed under the MIT license.
| Version | |
|---|---|
| Gem | 3.3.17 |
| jsTree | 3.3.17 |
📦 Usage
Install jstree-rails-4 gem
Add jstree-rails-4 to your Gemfile and run bundle install:
gem "jstree-rails-4"Include jstree-rails-4 javascript assets
Add the following to your app/assets/javascripts/application.js:
//= require jstreeInclude jstree-rails-4 stylesheet assets
Add to your app/assets/stylesheets/application.css:
*= require jstree-defaultor for dark theme:
*= require jstree-default-dark🤝 Contributions
If you want to contribute, please:
- Fork the project
- Make your feature addition or bug fix
- Send me a pull request on Github
🔄 How to pull new version of jsTree yourself
Use command line:
bundle install
ruby -r './lib/jstree-rails-4/source_file.rb' -e 'SourceFile.new.fetch'
# Choose version and enter 'Y' on each request
ruby -r './lib/jstree-rails-4/source_file.rb' -e 'SourceFile.new.convert'💖 Sponsorship
This project is maintained in my free time. If you find it helpful, please consider becoming a sponsor.