jstree-rails
jstree-rails copied to clipboard
A gem to automate using jsTree with Rails 3
Very nice gem! I made some modifications to bring your project up to date with the latest jsTree. - Replaced static CSS files with the source .less files - this...
What do you think about building this so that it can be hosted by Rubygems.org? That way all a user has to do to install this gem is put in...
I have the issue that the jstree own CSS files are not included in the asset directory. The individual images of the various themes are under assets/jstree-themes, but the CSS...
upgrade to jstree 3.0.0
I had problems with this gems using rails 4 on heroku, so I forked a latest fork of your gem and add compatability for rails 4 )
I'm trying this gem (version 0.0.4) with Rails 4, but getting `Uncaught TypeError: Object [object Object] has no method 'jstree'` when I call `$('.tree').jstree()`, even though jstree.js is being loaded....
When using this gem with Rails 3.2.1 I get these warnings: ~/.rvm/gems/ruby-1.8.7-p352@cms/bundler/gems/jstree-rails-e2ad211ea783/lib/jstree/rails/version.rb:3: warning: already initialized constant VERSION ~/.rvm/gems/ruby-1.8.7-p352@cms/bundler/gems/jstree-rails-e2ad211ea783/lib/jstree/rails/version.rb:4: warning: already initialized constant JSTREE_VERSION Any idea on how to solve it?...
First, thank you for this gem, literally. Second, it appears jstree was patched for an IE9 bug where custom icons aren't displayed: http://code.google.com/p/jstree/issues/detail?id=932 is this patch in your codebase? it...