Easily setup and use Fullcalendar jquery (1.5.2) with rails 3.1 and greater. The version number 1.5.2 corresponds to the version of Fullcalendar that comes with the gem.
This gem uses the asset pipeline provided by sprockets in rails3.1 and greater.
In your Gemfile, add this line:
gem "fullcalendar-rails"
Then run the following commands:
bundle install
rails g fullcalendar:install
*This gem is Free as air! so enjoy. For Fullcalendar Jquery, read their license. *