Rails 3.2.13 で Ruby 1.9.3p194 を使用しており、ファイルを含む/vendor
フォルダーを含む Rails アプリケーションを新しく作成しました。.gitkeep
/vendor/assets/javascripts
/vendor/assets/stylesheets
/vendor/plugins
すべてのフォルダが空です。
このアプリケーションを Heroku で実行すると、次の警告が表示されます。
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.
(called from <top (required)> at /app/config/environment.rb:5)
この/vendor
フォルダを完全に削除しても、悪影響はありませんか?