From 2b84844fb7608afc14bbc54ef9f9c4efe48d042e Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 25 Dec 2012 12:03:20 -0300 Subject: [PATCH] Silencing warning about vendor/plugins/* for now --- config/application.rb | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/config/application.rb b/config/application.rb index 4cf1657..48cebf0 100644 --- a/config/application.rb +++ b/config/application.rb @@ -2,6 +2,11 @@ require File.expand_path('../boot', __FILE__) require 'rails/all' +# FIXME this silences the warnings about Rails 2.3-style plugins under +# vendor/plugins, which are deprecated. Hiding those warnings makes it easier +# to work for now, but we should really look at putting those plugins away. +ActiveSupport::Deprecation.silenced = true + if defined?(Bundler) # If you precompile assets before deploying to production, use this line Bundler.require(*Rails.groups(:assets => %w(development test))) -- libgit2 0.21.2