SilenceRails32PluginDeprecations
It turns off the deprecation warnings for vendor/plugins for Rails 3.2 applications.
Installation
Add this line to your application's Gemfile:
gem 'silence_rails_3_2_plugin_deprecations'
And then execute:
$ bundle
Or install it yourself as:
$ gem install silence_rails_3_2_plugin_deprecations
Usage
It will only work in Rails 3.2. You will no longer see: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released"
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request