The error you are likely seeing is not that the datebox is undefined, it's probably the:
> undefined method `engine_image' Which is contained within the datebox method. That method requires the edge version of the engines. You can verify that you are on edge by checking the lib/action_view_extensions.rb for the method engine_image. http://opensvn.csie.org/rails_engines/engines/branches/edge/lib/action_view_ extensions.rb I just checked in the repository, and it's there. So that likely means you didn't check out the latest branch. You do need to install the core engines plugin, which is mentioned in step 1. script/plugin install [-x] http://opensvn.csie.org/rails_engines/engines/branches/edge/ -Nb ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nathaniel S. H. Brown http://nshb.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > jeremy*pinnix > Sent: February 13, 2006 8:52 AM > To: [EMAIL PROTECTED] > Cc: Rails Engine Users List; Rails Engine Developers List > Subject: Re: [Rails] [ANN] DateboxEngine Plugin > > On 2/10/06, Greg Freemyer <[EMAIL PROTECTED]> wrote: > > A co-worker has been trying to get this to work this morning. > > > > She keeps getting date_box undefined. Obviously she followed the > > instructions in the readme. > > > > We are using the latest released Engine Plugin. Is that > new enough or > > does the DataBoxEngine require functionality from the svn or edge > > version of the Engine Plugin? > > > > Thanks > > Greg > > I have been experiencing the exact same problem. Any > updates/workarounds? > _______________________________________________ > Rails mailing list > [EMAIL PROTECTED] > http://lists.rubyonrails.org/mailman/listinfo/rails > _______________________________________________ engine-developers mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org
