Controll deprecation warnings output in Rails
# Simple turn it off ActiveSupport::Deprecation.silenced = true # Or add custom handler # ActiveSupport::Deprecation.behavior = Proc.new { |msg, stack| MyLogger.warn(msg) }