I\'m using a table builder
https://github.com/p8/table_builder
for a calendar that I found in this Rails cast:
Set first_day_of_week: 1, like this:
first_day_of_week: 1
<%= calendar_for @statuses, year: @date.year, month: @date.month, first_day_of_week: 1 do |calendar| %>
and adjust calendar.head accordingly:
calendar.head
<%= calendar.head('Monday', 'Tuesday'...