Links
Calendar Helper
Categories
Calendar Helper
Adds a calendar method to your views and also adds a calendar_styles generator that provides pre-made CSS for the calendar.
Customizable for first day of week, weekend days, CSS classes for special days, etc.
See an example at Ruby on Rails Workshops.
Vitals
| Home | http://nubyonrails.com |
|---|---|
| Repository | git://github.com/topfunky/calendar_helper.git |
| License | Rails' (MIT) |
| Rating | (66 votes) |
| Owner | Geoffrey Grosenbach |
| Created | 27 April 2006 |
Comments
-
how about how to use the fucking thing!
-
dude... just generate the rdoc, you can find all the info in there.
-
okay there's an API doc about the methods provided.... but that's just to display a calendar with no interactions.
there's a little clue about a "listOfSpecialDays" array... but... how can it help ?
the ruby on rails wiki points to http://rubyonrailsworkshops.com/
who has a basic but very functional calendar, with colored days, and mouseove effects, how to do that ?
I'm sure API's are totally great for advanced users... but sometimes it's so much easier to just cut and paste a bunch of code from a blog page to see it working.... frustrating.....
-
I have to agree with Bob on this. It's very frustrating! I have been looking for anything that will help me use this calendar helper plugin, but I find very little help for something that is supposed to be very easy to use.
-
I have install this plugin and am getting an error "undefined method `calendar' for #<ActionView::Base:0x48a74e8>". I do not have controller named calendar. Does anyone have any advice on how to fix this?
-
Hi, @Matt, I'm new to rails. How do you generate the rdoc? Thanks
