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

前端 未结 13 2034
天涯浪人
天涯浪人 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:13

    I've been running into this issue too after updating rubygem (1.8.10) and bundler (1.0.18)

    I solved updating rake to 0.9.2

提交回复
热议问题