You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

fancytree-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fancytree-rails

2.3.0
bundlerRubygems
Version published
Maintainers
1
Created
Source

Fancytree::Rails

fancytree-rails is a simple gem to add FancyTree vendor files to the Rails asset pipeline.

Installation

Add this line to your application's Gemfile:

gem 'fancytree-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install fancytree-rails

Usage

In your Gemfile, add:

gem 'fancytree-rails'

Note that also jquery-ui-rails needs to be available.

Require javascript to app/assets/javascripts/application.js:

//= require fancytree

In case you want to use gridnav add also //=require fancytree/jquery.fancytree.gridnav.js

Extend stylesheet assets app/assets/stylesheets/application.css by:

*= require ui.fancytree

or if you want to use another style include it directly:

*= require fancytree/skin-awesome/ui.fancytree

Note that for awesome style (extension) to work you to:

  • Add font-awesome-rails gem (and include its style in application.css)
  • Enable awesome extension in Fancytree.
  • Include extension code (//= require fancytree/jquery.fancytree.awesome) to app/assets/javascripts/application.js.

Credits

Piece of code of Rakefile copied from joliss/jquery-ui-rails. See 3th-party for its license.

Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature). You can use rake fancytree:update for semiautomatic update of mar10/fancytree
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

FAQs

Package last updated on 19 Sep 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.