No commit activity in last 3 years
No release in over 3 years
A clock-style timepicker for Bootstrap (or jQuery). http://weareoutman.github.io/clockpicker/
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
>= 10.0

Runtime

>= 3.1
 Project Readme

Version      Build Status Code Climate Test Coverage

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