Re: your logger issue, you can use the set_logger method to just hijack the default Rails logger, should you wish. Similarly, the create_logger method takes some parameters which allow you to control where the messages end up.
- james On 2/17/06, Greg Freemyer <[EMAIL PROTECTED]> wrote: > Still toying with datebox. > > I found I'm get a 404 error for > /engine_files/datebox_engine/stylesheets/menuarrow.gif > > It is being generated by the reference to menuarrow.gif on line 22 of > public/stylesheets/calendar-blue.css > > I'm not a html guy so I don't know the fix. > > I only tracked it down because I thougt it might be causing my date > field not to update. > > FYI: > > I have enabled the engine logger with webrick, but I did not figure > out how to do it with lighttpd. Not sure where lighttpd sends STDOUT. > > Greg > -- > Greg Freemyer > The Norcross Group > Forensics for the 21st Century > _______________________________________________ > engine-users mailing list > [email protected] > http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org > -- * J * ~ _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
