美文网首页
rails中验证码刷新不出来

rails中验证码刷新不出来

作者: 程序萌 | 来源:发表于2017-05-18 17:34 被阅读0次

    因为在本地电脑上没有安装imagemagick
    MAC用homebrew安装imagemagick

    up vote
    1
    down vote
    Imagemagick 7 seems to not cooperate. Here is what I have found, it works for me:

    brew update
    brew rm imagemagick
    brew install imagemagick@6
    brew link imagemagick@6 --force
    bundle
    Please look at this GitHub Issue for more details.

    相关文章

      网友评论

          本文标题:rails中验证码刷新不出来

          本文链接:https://www.haomeiwen.com/subject/hmosxxtx.html