Re: [Rails] Calendars in Rails

2011-05-31 Thread David Kahn
On Tue, May 31, 2011 at 12:18 AM, Piter Fcbk wrote: > Hi all, > I'm currently in the need to implement a calendar in rails. > It should be able to present a year, month and day view. > The events in these 3 views should be able to be opened, on click, to view > the information and/or edit it (acc

[Rails] Calendars in Rails

2011-05-30 Thread Piter Fcbk
Hi all, I'm currently in the need to implement a calendar in rails. It should be able to present a year, month and day view. The events in these 3 views should be able to be opened, on click, to view the information and/or edit it (according to restrictions). The events will belong to users. One re

[Rails] Calendars in Rails

2009-04-30 Thread lyntaff
I'm looking for a calendar solution for rails that will highlight individual dates for a bookings model. Is there any suggested rails plugins that can be used with ActiceRecord or is there a nice dhtml/ajax/flash solution that can access dates through xml. Hope someone can help. Thanks in advanc