boxen / boxen-web

Automate your team's Boxen installations.
http://boxen.github.com
MIT License
208 stars 112 forks source link

Deprecation warning: rails #92

Open happicamper opened 8 years ago

happicamper commented 8 years ago

How can I resolve this warning, and what will be the effect if i just ignore this 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/Rakefile:3)

Thank you in advance!

jacobbednarz commented 7 years ago

Are you still receiving this on master?