No commit activity in last 3 years
No release in over 3 years
Wrapper for https://github.com/themouette/jquery-week-calendar
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.0.0
 Project Readme

Wrapper for the jQuery-Week-Calendar Javascrip library.

https://github.com/themouette/jquery-week-calendar

Just add to your gemfile:

gem 'jquery-week-calendar'

And include in your application.js:

//= require jquery-week-calendar

Optionall include in your application.css

*= require jquery-week-calendar

You'll probably want to also use jquery-ui with it for a quick skin. For this I used the 'jquery-ui-themes' gem to get setup, but you can also use the Google hosted version of course.