Hi, I''m trying to use the above engine following the installation here http://dry.4thebusiness.com/DhtmlCalendar.html . The only exception to the install is I downloaded and unzipped the install into the plugins directory from Ruby Forge http://rubyforge.org/projects/dhtmlcalendar/ I''m using Instant Rails and Rails V1.1.6., The engine plugin is also installed The engine seems to load when I restart WebBrick but the methods are not available in the views. ActionView::TemplateError (undefined method `popup_calendar'' for #<#<Class:0x36b3f10>:0x36b3880>) on line #46 of app/views/release_notes/_form.rhtml: 46: <%= popup_calendar ''release_note'', ''date_approved_for_release'', 47: { :class => ''date'', 48: :field_title => ''Date approved for release'', Anyone have any idea of my mistake? Thanks and regards Ross --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Michael Modica
2006-Aug-30 03:46 UTC
Re: Dhtml Calendar Engine undefined method popup_calendar
Ross Dawson wrote:> Hi, > I''m trying to use the above engine following the installation here > http://dry.4thebusiness.com/DhtmlCalendar.html . The only exception to > the install is I downloaded and unzipped the install into the plugins > directory from Ruby Forge http://rubyforge.org/projects/dhtmlcalendar/ > > I''m using Instant Rails and Rails V1.1.6., The engine plugin is also > installed > > The engine seems to load when I restart WebBrick but the methods are not > available in the views. > > ActionView::TemplateError (undefined method `popup_calendar'' for > #<#<Class:0x36b3f10>:0x36b3880>) on line #46 of > app/views/release_notes/_form.rhtml: > 46: <%= popup_calendar ''release_note'', ''date_approved_for_release'', > 47: { :class => ''date'', > 48: :field_title => ''Date approved for release'', > > Anyone have any idea of my mistake? > > Thanks and regards > > RossWhy don''t you try date_box (or newest version I believe is called DateBocks) - it is also based on dynarch and very simple to use. Michael -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Ross Dawson
2006-Aug-30 04:52 UTC
Re: Dhtml Calendar Engine undefined method popup_calendar
> Why don't you try date_box (or newest version I believe is called > DateBocks) - it is also based on dynarch and very simple to use. > > MichaelDate_Bocks works like a charm Thanks Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Nathaniel Brown
2006-Aug-30 05:35 UTC
Re: Dhtml Calendar Engine undefined method popup_calendar
Hey Ross, Glad you liked DateBocks ;) Any bugs you find, please do submit them to http://dev.toolbocks.com -NSHB On 8/29/06, Ross Dawson <Ross_Dawson-IFQQft1KwT7vnOemgxGiVw@public.gmane.org> wrote:> > Why don''t you try date_box (or newest version I believe is called > > DateBocks) - it is also based on dynarch and very simple to use. > > > > Michael > > Date_Bocks works like a charm > > Thanks Michael > > > >-- Nathaniel Steven Henry Brown Open Source Insight - http://nshb.net Open Source Development - http://inimit.com Open Source Training - http://osevents.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---