Skip to content

Instantly share code, notes, and snippets.

@matsuda
Created February 9, 2011 07:22
Show Gist options
  • Save matsuda/818098 to your computer and use it in GitHub Desktop.
Save matsuda/818098 to your computer and use it in GitHub Desktop.
# $ 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment