Ruby on Rails - Calendar Display
Posted
by user335725
on Stack Overflow
See other posts from Stack Overflow
or by user335725
Published on 2010-05-07T18:33:51Z
Indexed on
2010/05/07
18:38 UTC
Read the original article
Hit count: 188
ruby-on-rails
We want to create a calendar view in a room scheduling application. The outcome we want is to have hours open (variable depending on day) across the top of the grid and the names of the rooms down the left side of the grid. The body would be populated with bookings for that day. The visual we're seeking is similar to the "Weekly Builder" plugin for Rails (http://dmix.ca/2009/06/weeklybuilder-a-weekly-calendar-plugin-for-rails/).
We've tried using CSS to create variably-sized images, but this isn't working out. Are there any plugins available or other ways anyone can think of to accomplish this kind of visual?
Thanks
© Stack Overflow or respective owner