Jquery Full Calendar with Rails3
at
11:19 PM
Labels:
Full calendar,
full calendar rails,
full calendar rails3,
full calendar with rails3.2,
jquery full calendar rails3,
rail3 full calendar
Posted by
Ratnakar
Hi , in this article i am going to explain how to work with
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
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





