提交 17d4cac2 编写于 作者: R randx

Rescue encoding error on controller level

上级 a719bfc9
......@@ -9,6 +9,10 @@ class ApplicationController < ActionController::Base
render "errors/gitolite", :layout => "error"
end
rescue_from Encoding::CompatibilityError do |exception|
render "errors/encoding", :layout => "error", :status => 404
end
rescue_from ActiveRecord::RecordNotFound do |exception|
render "errors/not_found", :layout => "error", :status => 404
end
......
.alert-message.block-message.error
%h3 Encoding Error
%hr
%p
Page cant be loaded cause of encoding error
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册