windows heroku run rake db:migrate error “/usr/bin/env: ruby.exe: No such file or directory”

后端 未结 5 600
清歌不尽
清歌不尽 2020-11-27 21:18

I\'m pretty new to Rails here and I\'ve followed Ruby on Rails Tutorial for most of it. I have since decided to make my own application, but using the Rails 4 gem in beta. I

5条回答
  •  眼角桃花
    2020-11-27 21:50

    Try this:

    sudo apt-get install build-essential patch ruby-dev zlib1g-dev liblzma-dev
    

    and then install Nokogiri:

    gem install nokogiri
    

提交回复
热议问题