Search code examples
ruby-on-railsruby-on-rails-3ruby-on-rails-pluginsrailscasts

ROR 3 : Event Calendar


I am new to rails and i need some help working with calendar

I generated a scaffold:

rails g scaffold abc event_name:string  event_date:date  content:string

Now i can create events for a particular date and give some description.

I looked at Ryan Bate's rails cast video for calendar. But the plugin didn't work for me.

Then i followed: https://github.com/elevation/event_calendar (shown in the video) and followed the instructions.

With this i can create a calendar but it is just blank. How can i add my events objects created into the calendar for their respective dates?


Solution

  • I think you can use Fullcander