开发者

Issues while facing installing rmagic in Windows - rails 3 (bundle install)

I am trying to get rmagick to work with rails 3 on windows. I have manually installed the pre-compiled win32 version of rmagick and have this in my Gemfile: gem "rmagick", "2.12.0"

But when I do bundle install, it tries to fetch it from 开发者_如何学运维the source (http://rubygems.org) instead of identifying that it is already installed on the system. Here's what gem list rmagick shows on my system:

* LOCAL GEMS *

rmagick (2.12.0 mswin32)

My ruby version is ruby 1.8.7 (2010-01-10 patchlevel 249) [i386-mingw32] Can anyone help me out on how to get this to work on windows?


gem 'rmagick', "2.12.0", :platforms => :mswin, :require => false

However there's a bug in bundler and you will not be able to

require 'rmagick'

in your controllers.


try to run:

set proxy=http://server:port

bundle install


Try to run 'bundle install --local'.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜