Ruby on Rails - Calendar Display
- by user335725
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