Agile Web Development

Build it. Launch it. Love it.

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

  • Avatar
    larry
    17 March 2008

    how about how to use the fucking thing!

  • matt
    6 May 2008

    dude... just generate the rdoc, you can find all the info in there.

  • bob
    1 September 2008

    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.....

  • Avatar
    jeremy
    9 November 2008

    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.

  • Charley
    14 January 2009

    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?

  • Avatar
    Ethan
    18 July 2009

    Hi, @Matt, I'm new to rails. How do you generate the rdoc? Thanks

Add a comment