You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

jcanvas-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jcanvas-rails

21.0.1
Rubygems
Version published
Maintainers
1
Created
Source

Jcanvas::Rails

This is a rubygems to implement jcanvas into rails assets pipeline

Installation

Add this line to your application's Gemfile:

gem 'jcanvas-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jcanvas-rails

Add this line to your application.js file

//= require jquery
//= require jcanvas

requirements

jquery

Usage

please refer to the official jquery plugin: jcanvas page https://projects.calebevans.me/jcanvas/

written by : https://calebevans.me/

Contributing

  • Fork it ( https://github.com/[my-github-username]/jcanvas-rails/fork )
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create a new Pull Request

FAQs

Package last updated on 25 May 2021

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