2005/11/24, Jeremy Kemper <[EMAIL PROTECTED]>:
> Bummer.  The whole point of this warnings stuff is so that you get a
> message in your logs telling you that you're overriding an existing
> method.  If you're on FastCGI, the message will appear in your
> web server's error log, not in development.log.  This is known; we
> need to redirect STDERR to the current environment's logfile.
>
> Or even
>    STDERR.reopen(File.open(configuration.log_path))
>    configuration.logger = Logger.new(STDERR)

I do not address this case in my patch, but you may check out what it does:
http://dev.rubyonrails.org/ticket/3005

I took the liberty to up the priority and the severity.  This is a
serious issue that I faced myself multiple times.

Enjoy !
--
François Beausoleil
http://blog.teksol.info/
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to