RMagick + Rails + Heroku?

后端 未结 6 760
滥情空心
滥情空心 2021-01-31 05:46

I\'m trying to figure out how to get rmagick on my app, and then make it work on Heroku?

6条回答
  •  失恋的感觉
    2021-01-31 06:45

    For Rails3, you have to add this specification:

    gem "rmagick", "2.12.0", :require => 'RMagick'

    Note: require is CAsE SeNSITIvE

提交回复
热议问题