All Projects → TrevorS → Bootstrap3 Datetimepicker Rails

TrevorS / Bootstrap3 Datetimepicker Rails

Licence: mit
This gem packages the bootstrap-datetimepicker for the Rails 3.1+ asset pipeline.

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Bootstrap3 Datetimepicker Rails

NSP
A Social Network that brings engineer's from all fields together to collaborate 🌐
Stars: ✭ 28 (-90.64%)
Mutual labels:  bootstrap3
Bootstrap-Docs
Bootstrap 2.x, 3.x Traditional Chinese Docs, Based on ASP.NET MVC 5 Framework, No Continued maintain just open source it.
Stars: ✭ 16 (-94.65%)
Mutual labels:  bootstrap3
Udemy-MyEvernote-Sample-Project
ASP.NET MVC Yazılımcıların Yükselişi eğitimim için hazırladığım örnek proje.
Stars: ✭ 66 (-77.93%)
Mutual labels:  bootstrap3
solveme
SolveMe - Jeopardy CTF Platform
Stars: ✭ 51 (-82.94%)
Mutual labels:  bootstrap3
Simple-Social-Network
Micro Social Network developed in PHP, MySQL, BOOTSTRAP 3 and VUE.JS 2
Stars: ✭ 18 (-93.98%)
Mutual labels:  bootstrap3
bootstrap-basic
Bootstrap 3 css framework theme for wordpress. For theme developer can start build their theme very fast. To download for use with your project, please go to wordpress.org themes page in the link.
Stars: ✭ 22 (-92.64%)
Mutual labels:  bootstrap3
responsivebootstrap
This is the repository for my course, Bootstrap Layouts: Responsive Single-Page Design on LinkedIn Learning and Lynda.com.
Stars: ✭ 49 (-83.61%)
Mutual labels:  bootstrap3
Ajsf
Angular JSON Schema Form
Stars: ✭ 266 (-11.04%)
Mutual labels:  bootstrap3
django-tables2-column-shifter
Simple extension for django-tables2 can dynamically show or hide columns. Using JQuery, Bootstrap 3, Bootstrap 4, Bootstrap 5 and Django >=1.9
Stars: ✭ 17 (-94.31%)
Mutual labels:  bootstrap3
CoNekT
CoNekT (short for Co-expression Network Toolkit) is a platform to browse co-expression data and enable cross-species comparisons.
Stars: ✭ 17 (-94.31%)
Mutual labels:  bootstrap3
pandoc-toc-sidebar
A Pandoc HTML template with TOC on the sidebar, using Bootstrap 3
Stars: ✭ 56 (-81.27%)
Mutual labels:  bootstrap3
SHOUTcast-Manager
[DEPRECATED] NO LONGER MAINTAINED - A PHP SHOUTcast hosting tool with support for PHP 5.x & 7.x with SHOUTcast v1 & v2)
Stars: ✭ 24 (-91.97%)
Mutual labels:  bootstrap3
yii2-ledap
yii2 for ledap
Stars: ✭ 20 (-93.31%)
Mutual labels:  bootstrap3
Easy-HotSpot
Easy HotSpot is a super easy WiFi hotspot user management utility for Mikrotik RouterOS based Router devices. Voucher printing in 6 ready made templates are available. Can be installed in any PHP/MySql enabled servers locally or in Internet web servers. Uses the PHP PEAR2 API Client by boenrobot.
Stars: ✭ 45 (-84.95%)
Mutual labels:  bootstrap3
bootplate
Wicked-fast, mobile-first, Bootstrap 4 theme framework for building awesome WordPress websites.
Stars: ✭ 30 (-89.97%)
Mutual labels:  bootstrap3
angular2-node-fb-login
Demo application that shows how to enable Facebook login with Angular 2 on frontend and Node.js/Express on backend
Stars: ✭ 55 (-81.61%)
Mutual labels:  bootstrap3
EauDouce
No description or website provided.
Stars: ✭ 13 (-95.65%)
Mutual labels:  bootstrap3
Angular Slickgrid
Angular-Slickgrid is a wrapper of the lightning fast & customizable SlickGrid datagrid, it also includes multiple Styling Themes
Stars: ✭ 298 (-0.33%)
Mutual labels:  bootstrap3
Ci Adminlte
CodeIgniter 3.1.10 with AdminLTE 2.3.11
Stars: ✭ 259 (-13.38%)
Mutual labels:  bootstrap3
gogo
GoGo - Free Bootstrap template for chat bot landing page
Stars: ✭ 45 (-84.95%)
Mutual labels:  bootstrap3

bootstrap3-datetimepicker-rails

Gem Version

This gem packages the bootstrap-datetimepicker for the Rails 3.1+ asset pipeline.

Eonasdan's fork of tarruda's bootstrap-datetimepicker is actively maintained and works with Bootstrap3.

momentjs-rails is a required dependency.

Installation

Add these lines to your application's Gemfile:

gem 'momentjs-rails', '>= 2.9.0'
gem 'bootstrap3-datetimepicker-rails', '~> 4.17.47'

And then execute:

$ bundle

Or install it yourself:

$ gem install momentjs-rails
$ gem install bootstrap3-datetimepicker-rails

To start using the bootstrap-datetimepicker plugin in your Rails application, enable it via the asset pipeline.

If your server is running, you will need to restart Rails before using the gem.

Add the following to your JavaScript manifest file (application.js):

//= require moment
//= require bootstrap-datetimepicker

If you want to include a localization, also add:

//= require moment/<locale>

Add the following to your style sheet file:

If you are using SCSS, modify your application.css.scss

// import bootstrap-sprockets before bootstrap if using bootstrap >= 3.2
@import 'bootstrap-sprockets';
@import 'bootstrap';
@import 'bootstrap-datetimepicker';

If you're using plain CSS, modify your application.css

*= require bootstrap
*= require bootstrap-datetimepicker

Usage

Check out the documentation at: http://eonasdan.github.io/bootstrap-datetimepicker/

Problems

Clone https://github.com/TrevorS/bs3dp-test and try to reproduce your issue.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].