對不起,如果這是一個愚蠢的問題,但問題是非常簡單的。如果我這樣做,是否將rails自己的操作報告爲已棄用?
$ rails new testproj
$ cd testporj
$ rails plugin install git://github.com/technoweenie/attachment_fu.git
這應該只是創建一個空的proj並在其中安裝attachment_fu。但是,然後,試圖啓動它:
$ rails s
=> Booting WEBrick
=> Rails 3.2.2 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
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 conf
ig/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/01/04/rails
-3-2-0-rc2-has-been-released. (called from <top (required)> at c:/Users/fgadotti/rails/apps/blobtest/testproj/confi
g/environment.rb:5)
Exiting
哎呀?我錯過了什麼? 在我安裝的windows上是rails 3.2.2。
感謝,
attachment_fu在導軌上支持得不好3.嚴重使用載波 – DanS 2012-04-10 15:16:53
?好..這些都是浪費時間.. -_- – filippo 2012-04-10 15:25:07
@DanS哦,順便說一下,carrierwave似乎不能使用DB作爲存儲,是嗎?任何其他插件建議,將做到這一點? – filippo 2012-04-10 15:30:50