setup/config.ru in utopia-1.0.1 vs setup/config.ru in utopia-1.0.2
- old
+ new
@@ -14,10 +14,10 @@
require 'rack/cache'
if RACK_ENV == :production
use Utopia::ExceptionHandler, "/errors/exception"
use Utopia::MailExceptions
-else
+elsif RACK_ENV == :development
use Rack::ShowExceptions
end
use Rack::Sendfile