No commit activity in last 3 years
No release in over 3 years
Asset pipeline bundling of the fullcalendar jquery plugin.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 2.6
~> 4.2.10
~> 10.0
~> 1.3

Runtime

>= 3.1.0, < 5.0
 Project Readme

Fullcalendar.io::Rails Build Status

Asset pipeline bundling of the fullcalendar jquery plugin (http://fullcalendar.io).

Installation

This gem requires 'momentjs-rails'.

Add this line to your application's Gemfile:

gem 'momentjs-rails'
gem 'fullcalendar.io-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install momentjs-rails fullcalendar.io-rails

In your application.css.scss:

*= require fullcalendar

And in your application.js:

//= require moment
//= require fullcalendar

Language files, gcal.js and locale-all.js are located under "fullcalendar" subdirectory.

//= require fullcalendar/gcal
//= require fullcalendar/locale/pl

Usage

http://fullcalendar.io/docs/

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 a new Pull Request

License

Released under the MIT License.