Websanova Color Picker for Rails

This gem vendors the Websanova Color Picker jQuery plugin assets for Rails 3.1 and greater. The files will be added to the asset pipeline and available for you to use.

For info on how to use the plugin see the original documentation:

Websanova Color Picker

Praise for creating this tool should of course be directed at Websanova!

For the orignal javascript and css files go to their Github repository.

Usage

In your Gemfile, add:

gem 'wcolorpicker-rails'

You can include it by adding the following to your javascript file:

//= require wColorPicker.min

And to the css file:

/*
 *= require wColorPicker.min
 */