Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

deprecation warning when running rails c #98

Open
OpenCoderX opened this issue Jun 22, 2012 · 3 comments
Open

deprecation warning when running rails c #98

OpenCoderX opened this issue Jun 22, 2012 · 3 comments

Comments

@OpenCoderX
Copy link
Contributor

When running 'rails c' in development I get the following warning:

'rails c
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 a
s 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 /hom
e/adamar/code/deckchainrails/config/environment.rb:5)
Loading development environment (Rails 3.2.3)
1.9.3p125 :001 > '

@thbar
Copy link
Member

thbar commented Jun 25, 2012

Hey chris; thanks for reporting this. Can you give me a bit more insight on your setup so that I can reproduce this?

@OpenCoderX
Copy link
Contributor Author

Ubuntu 12.04
MySQL 5.5
Aptana Studio IDE

I installed the plugin via the rails plugin command.

What else should I tell you ? :)

Chris

On Mon, Jun 25, 2012 at 2:51 PM, Thibaut Barrère <
[email protected]

wrote:

Hey chris; thanks for reporting this. Can you give me a bit more insight
on your setup so that I can reproduce this?


Reply to this email directly or view it on GitHub:

#98 (comment)

CR

@thbar
Copy link
Member

thbar commented Jun 25, 2012

Ah! That's already all I need I believe.

I think that the rails plugin command is obsoleted if I'm right and that our manual is not up to date with that.

I suggest you use bundler like in the following example and remove the plugin install completely:

https://github.com/activewarehouse/activewarehouse-etl-sample/tree/master/simple

Let me know if it helps!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants