heroku
rails
phantomjs
Heroku と Rails と PhantomJS
Heroku で PhantomJs を使おうとしたら次のエラーが発生したので対処方法をメモ。
Cliver::Dependency::NotFound (Could not find an executable ["phantomjs"] on your path.):
次のコマンドで解決した。
heroku buildpacks:add --index 1 https://github.com/stomita/heroku-buildpack-phantomjs
参考URL