Displaying 1 result from an estimated 1 matches for "595e081a5e726f0594f83652c3c2a9d5".
2009 Feb 02
2
did_not_yield
...in Production, it does some strange things.
I''ve reduce the problem to a more simplest approach, without rendering,
simply creating a variable of what should do.
Here is what I get in the log:
Processing ScannsController#status (for 127.0.0.1 at 2009-02-02
14:24:25) [GET]
Session ID: 595e081a5e726f0594f83652c3c2a9d5
Filter chain halted as
[#<ActionController::Filters::AroundFilter:0x20470e8 @kind=:filter,
@identifier=nil, @options={}, @method=:log_test>] did_not_yield.
Completed in 0ms (DB: 12) | [http://127.0.0.1/scanns/status]
I think what it says is nothing happened ?
class ApplicationController &...