# $ cd config/initializers && wget https://gist.github.com/raw/818098/8bb0db2303e86629166cecca8c57699690de58c9/deprecated_active_view.rb
# $ vi ~/.subversion/config
# [miscellany]
# global-ignores = deprecated_active_view.rb
#
ActionView.class_eval do
remove_const :SafeBuffer
SafeBuffer = ActiveSupport::SafeBuffer
end