RMagick + Rails + Heroku?

后端 未结 6 761
滥情空心
滥情空心 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:46

    It depends on which stack you are using on Heroku. The default Aspen stack includes a lot of gems preloaded. For compatibility reasons, the newer Bamboo stack has no preinstalled gems. It is always better to define your gem dependencies in the .gems manifest or in the new bundler style Gemfile.

    More info:
    Stacks: http://docs.heroku.com/stack
    Gems: http://docs.heroku.com/gems

提交回复
热议问题