elevation / event_calendar

Show multiple, overlapping events across calendar days and rows. Rails plugin.
http://dev.elevationblog.com/2009/7/23/event-calendar-rails-plugin
MIT License
950 stars 212 forks source link

Bug: :first_day_of_week => 1 - for each month beginning with a Sunday #59

Open frenie opened 13 years ago

frenie commented 13 years ago

Hi,

when I set the option :first_day_of_week => 1 I have a problem displaying a month starting on Sunday (eg. May 2011 or Jan. 2012). The problem is in calendar_helper.rb line 163 -> the row_num is biger than the size of the array.

Is there a work around or a fix?

frenie commented 13 years ago

Sorry - my problem :(

use now @first_day_of_week = 1 event_strips_for_month(@shown_month,@first_day_of_week)