New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cal-heatmap-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cal-heatmap-rails

  • 3.6.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Cal-HeatMap Rails

Packages Cal-HeatMap for Rails Asset Pipeline.

  • D3 3.4.6 (required, not included)
  • Cal-HeatMap 3.6.2 (included)

Installation

gem 'd3_rails'
gem 'cal-heatmap-rails', github: 'pavolzbell/cal-heatmap-rails', branch: :master

And then execute:

$ bundle

Or install it yourself as:

$ gem install cal_heatmap_rails

Usage

Include in your application.js manifest:

//= require d3
//= require cal-heatmap

and in your application.css manifest:

*= require cal-heatmap

Included Javascripts

cal-heatmap.js
cal-heatmap-min.js

Included Stylesheets

cal-heatmap.css

Testing

Go to spec/dummy and run bundle. After bundling, run specs with bundle exec rspec.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin new-feature)
  5. Create new Pull Request

License

This software is released under the MIT License.

FAQs

Package last updated on 02 Oct 2018

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc