Rails 3.0 & Ruby 1.9.2rc: Rake commands return 'already initialized constant' & stack level too deep errors. Any ideas

前端 未结 13 1986
天涯浪人
天涯浪人 2020-12-08 07:19

I\'m trying to run Rails 3 beta 4 & Ruby 1.9.2rc on Ubuntu 10.04. It worked initially, but after doing my first bundle install/package, I now get the following errors in

相关标签:
13条回答
  • 2020-12-08 08:25

    I was able to solve this issue by downgrading my rubygem install from 1.8.10 to 1.7.2.

    gem update --system 1.7.2
    
    0 讨论(0)
提交回复
热议问题