method
process_request
v1.2.6 -
Show latest stable
- Class:
RailsFCGIHandler
process_request(cgi)protected
No documentation available.
# File railties/lib/fcgi_handler.rb, line 167
def process_request(cgi)
Dispatcher.dispatch(cgi)
rescue Exception => e # errors from CGI dispatch
raise if SignalException === e
dispatcher_error(e)
end