[Rails] Help EventCalendar

2012-06-01 Thread faelvieir...@yahoo.com.br
I am developing an application for days and times for school and I'm using the gem EventCalendar, but I have a problem in time to paint the day of the week for a particular discipline, the discipline mathematics does not happen every day only on days Mon / Wed / Fri. When creating a discipline I

[Rails] EventCalendar

2012-05-21 Thread faelvieir...@yahoo.com.br
Hello, I'm using the gem EventCalendar an application. The example is running perfectly. class CreateEvents ActiveRecord :: Migration def change create_table: events do | t | t.date: start_at t.date: end_at t.boolean: all_day t.timestamps end end end