Ruby Forum Mongrel > mongrel rails output

Posted by Roger Pack (rogerdpack)
on 05.05.2008 15:41
I don't know if this is a mongrel thing, but
Completed in 0.61607 (1 reqs/sec) | Rendering: 0.59662 (96%) | DB:
0.00000 (0%) | 200 OK [http://ties/]

This line always confuses me.  And I'd imagine it confuses every newbie,
too.  Though useful, it doesn't add up to 100% so confuses slightly.
Maybe an option would be
Completed in 0.61607 (1 reqs/sec) | Rendering: 0.59 (96%) | DB: 0.00
(0%) | Controller: 0.04 (4%) | 200 OK [http://ties/]
Or something to try to help it add up to 100.
Thoughts?
-R
Posted by Scott Windsor (Guest)
on 05.05.2008 18:02
(Received via mailing list)
This is coming from Rails, not from mongrel.
Are you running with log level info?

This bug may shed some light, if so...
http://dev.rubyonrails.org/ticket/10475

- scott