The financial Training academy
2008-Jul-21 07:14 UTC
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?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---