The financial training academy Problem with local_request?

Hi,

I have a problem with rescue_action_in_public and local_request? with
0.14.2. I override both in ApplicationControl but rails ignors them.

I run in production mode with

ActionController::Base.consider_all_requests_local = false

And I have to manipulate
vendor/rails/actionpack/lib/action_controller/rescue.rb in order to get
a
non-local request on the same machine although I have

def local_request?
false
end

In my application controller.

I have 0.13.1 installed on the system and 0.14.2 in the vendor
directory.
Can it be that this is causing this problems?

Somebody else with 0.14.2 having these problems?