mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
New error checking removes the necessity for giving a specific error page along to the dispatcher
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@71 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
49403831fc
commit
e7444da160
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ require File.dirname(__FILE__) + "/../config/environment"
|
|||
require 'dispatcher'
|
||||
require 'fcgi'
|
||||
|
||||
FCGI.each_cgi { |cgi| Dispatcher.dispatch(cgi, Dispatcher::DEFAULT_SESSION_OPTIONS, File.dirname(__FILE__) + "/500.html") }
|
||||
FCGI.each_cgi { |cgi| Dispatcher.dispatch(cgi, Dispatcher::DEFAULT_SESSION_OPTIONS) }
|
Loading…
Reference in a new issue