Full Calendar Resource View With Rails

I am looking into using the full calendar plug in together with my rails
application.

Eventually, I want it to work for resource allocation such as on:
http://www.ikelin.com/wp-content/uploads/2012/03/Screen-Shot-2012-03-23-at-11.35.13-PM.png

such as on:

  1. tux.fi/~jarnok/fullcalendar-resourceviews/
  2. GitHub - abletech/fullcalendar: Full-sized drag & drop event calendar (jQuery plugin)

I am new to rails and JQuery and now I am stuck at trying to integrate
the
full calendar with Rails with that resource function.

Previously, I tried out a ready made rails application using a rails gem
on:

I would hence like to ask, by using that gem would I be able to include
the
resource views capabilities and if yes how should I go about doing it.

Otherwise, what are the possible methods I should be looking into to get
this done.