search for: day_method

Displaying 2 results from an estimated 2 matches for "day_method".

Did you mean: add_method
2011 Mar 14
0
Problems with viewing my calendar
...=> @date.month) do |calendar| %> <%= calendar.head(''Sonntag'', ''Montag'', ''Dienstag'', ''Mittwoch'', ''Donnerstag'',''Freitag'',''Samstag'') %> <% calendar.day(:day_method => :datum) do |date, visitors| %> <%= date.day %> <ul> <% for visitor in visitors%> <li><%= link_to (visitor.name), :controller => ''visitor'' %></li> <% end %> </ul> &lt...
2008 Jan 16
4
Calendar in Rails
HI All, Please can anyone tell me whether there is a rails plugin/app that allows creation of a calendar that can render events. I am not talking about a calendar date picker of which there are several, but something more along the lines of http://www.backpackit.com/calendar where an html/css calendar can be rendered with dates highlighted. Many thanks Anthony