Skip to content

This gem is not (and has never been) maintained by me

Notifications You must be signed in to change notification settings

Vela/calendar_date_select

 
 

Repository files navigation

CalendarDateSelect

http://code.google.com/p/calendardateselect/

This project is looking for a new maintainer. Please contact me if you have sufficient interest in this project to move it forward.

Examples

"See a demo here":http://electronicholas.com/calendar

Assets in Rails 3.1 or greater (with asset pipeline enabled)

The asset files will be added to the asset pipeline and available for you to use. Add these lines in app/assets/javascripts/application.js:

//= require calendar_date_select

Optional: Include your locale:

//= require calendar_date_select/locale/fr

And add in your app/assets/stylesheets/application.css:

/*
 *= require calendar_date_select/default
 */

Submitting patches

Please take care to do the following:

  • Clean up your patch (don't send a patch bomb with a hundred features in one)
  • Write test cases!
  • As a general rule of thumb, think of ways to make things more general purpose than specific.

About

This gem is not (and has never been) maintained by me

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 40.0%
  • HTML 24.8%
  • Ruby 23.8%
  • CSS 11.4%