Clockpicker::Rails
Wire up the Clockpicker assets for your Rails applications.
Getting Started
If you're using Bundler, you can add clockpicker-rails to your Gemfile:
gem 'clockpicker-rails'
Or manually install the clockpicker-rails gem:
gem install clockpicker-rails
Clockpicker::Rails for Rails >= 3.1
All of the assets from the most latest stable Clockpicker::Rails release are vendored so that you can use them with the asset pipeline. You will want the following in your application.js and application.css:
//= require jquery/clockpicker
// or...
//= require jquery/clockpicker.min
// or...
//= require bootstrap/clockpicker
// or...
//= require bootstrap/clockpicker.min
*= require jquery/clockpicker
// or...
*= require jquery/clockpicker.min
// or...
*= require bootstrap/clockpicker
// or...
*= require bootstrap/clockpicker.min
Contributing
Find a mistake? New version of Clockpicker::Rails? Submit a pull request!
Copyright (c) 2015 Dale Stevens, released under the MIT license