search for: log_process

Displaying 5 results from an estimated 5 matches for "log_process".

Did you mean: loginprocess
2006 Apr 01
2
my app broke this morning on with this error.
...log/production.log /usr/lib/ruby/1.8/logger.rb:520:in `write'' /usr/lib/ruby/1.8/logger.rb:520:in `write'' /usr/lib/ruby/1.8/logger.rb:318:in `add'' /usr/lib/ruby/1.8/logger.rb:372:in `info'' ../config/../vendor/rails/actionpack/lib/action_controller/base.rb:900:in `log_processing'' ../config/../vendor/rails/actionpack/lib/action_controller/base.rb:378:in `process_without_filters'' ../config/../vendor/rails/actionpack/lib/action_controller/filters.rb:364:in `process_without_session_management_support'' ../config/../vendor/rails/actionpack/lib/act...
2006 Jul 24
0
apache proxy lighttpd
...error when start lighty in production.log undefined method `downcase'' for nil:NilClass /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/request.rb:17:in `method'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/base.rb:902:in `log_processing'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/base.rb:380:in `process_without_filters'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/filters.rb:377:in `process_without_session_management_support'' /usr/local/lib...
2009 Jun 06
2
How does controller call render when there's no render in action
...ing Rails source and at this point: def process(request, response, method = :perform_action, *arguments) #:nodoc: response.request = request initialize_template_class(response) assign_shortcuts(request, response) initialize_current_url assign_names log_processing send(method, *arguments) send_response I have a question. "send(method, *arguments)" this calls action of a controller, right? But if there''s no ''render'' in action - how does it automatically call render and renders the template for the act...
2006 Jan 08
3
Family Connection 1.1.2
== What is Family Connection? == Family Connection is an easy-to-setup online hub for your family that includes a Family News section with Photos, and an Address Book. For more information, visit http://familyconnect.rubyforge.org/ == Downloads == Latest: svn checkout svn://rubyforge.org/var/svn/familyconnect/trunk Version 1.1.2: svn checkout
2006 Feb 07
11
Possible Rails Security Issue?
I have an e-commerce site and users check out with a form. The results of that form are sent to a "confirm your order" page via POST. I take great pains to NEVER store the full credit card number on my server--just the last 4 digits. I was very surprised to find that by default Rails will record POST requests with parameters in the production.log. And those parameters