No commit activity in last 3 years
No release in over 3 years
A simple assets gem for foundation-datepicker, whose documentation can be found here: http://foundation-datepicker.peterbeno.com/example.html
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.11
~> 10.0
~> 3.0
 Project Readme

foundation-datepicker-rails

A ruby gem that implements the foundation-datepicker functionality. The project can be found on its Github page.

##Installation Add this to your Gemfile:

gem 'foundation-datepicker-rails'

and run bundle install.

##Usage Include these lines in app/assets/stylesheets/application.css.scss:

/*
 *= require foundation-datepicker
 */

Include this lines in app/assets/javascripts/application.js:

//
//= require foundation-datepicker
//

Note: to see the arrows and icons, please include font-awesome or foundation-icons-sass-rails

Next, call the datepicker via javascript:

$('.datepicker').fdatepicker()

There are numerous options for the datepicker. You can find them here.