Pretty much, although the only useful part of it (IMHO) is the calendar.rhtml:
http://forgreatjustice.net/ruby_on_rails/calendar.rhtml
Add an <%=event%> in the the table data, get from some @events
Events.find_all or Events.find_by_date(this_date), and so on.
My own code is somewhat unclear, owing to being my first proejct and
some domain-specific junk.
-d
On Mon, 28 Mar 2005 20:24:51 -0700, Pat Maddox
<pergesu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> Does anyone have a decent calendar app done in Rails? I''m looking
for
> something with basic features, just allows you to add/edit/delete
> events, and display a calendar with the events on them. I can come up
> with it, but if somebody''s already done it, that''d rock.
> _______________________________________________
> Rails mailing list
> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>