Could not find rails (>= 0) amongst [] (Gem::LoadError)

前端 未结 7 1905
你的背包
你的背包 2020-12-02 12:32

After installing rvm, updating .gmrc file, updating rubygems and running gem install rails -v \">=3.1.0rc\", I now seem to have a complete mess:



        
7条回答
  •  长情又很酷
    2020-12-02 12:47

    I had pretty much the same message when trying to generate a controller after installing IntelliJ IDEA and the associated Plugin for Rail Dev. From my app directory I just executed bundle install and was then able to generate controllers again.

提交回复
热议问题