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

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

    I had a .bundler folder on my root directory which was conflicting. Removing it did it for me.

    rm -rf ~/.bundler
    

提交回复
热议问题