Jquery Full Calendar with Rails3

Hi , in this article i am going to explain how to work with

jquery full calendar along with rails 3

.
Step 1 : Install the gem by typing the following command at terminal or you can add it your gem file
    gem 'fullcalendar-rails'
     bundle install
you can find full documentation of jquery full calendar from the following link arshaw full calendar
Step 2: then add the following line in your application.js file
     //= require fullcalendar
Step 3: add the following line in your application.css file
    *= require fullcalendar