-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Nov 24, 2005, at 12:00 PM, Francois Beausoleil wrote:
2005/11/24, Michael Koziarski <[EMAIL PROTECTED]>:
SystemStackError isn't the user experience we're after though...

Was there anything in your logs warning you that you'd overridden transaction?

Nope, and I have had the same kind of error with other base class
methods:  quote, transaction.

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)

jeremy
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (Darwin)

iD8DBQFDhh7uAQHALep9HFYRArSDAJ9gU8K+qHbyThWm3uGG0iZsd8X2mACguXq+
aTUQ8L+2iAckSruEnmenmvI=
=PGSd
-----END PGP SIGNATURE-----
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to