🚀 Socket Launch Week 🚀 Day 3: Socket Acquires Coana.Learn More
Socket
Sign inDemoInstall
Socket

clockpicker-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clockpicker-rails

0.0.2
Rubygems
Version published
Maintainers
1
Created
Source

Clockpicker::Rails Build Status Gem Version Code Climate Dependancies

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

FAQs

Package last updated on 12 Feb 2015

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