2012-02-06 78 views
1

它是一个suspecius问题,但我面对它,并坚持到它。未定义的局部变量或方法`索引'为#<Bundler :: Definition

每件事情都正常工作,一旦我注销并登录回我的系统,没有任何工作在我的系统上的rails3.1。在每个应用程序,它抛出相同的错误:

/home/nazar2/.rvm/gems/[email protected]/gems/bundler-1.0.21/lib/bundler/definition.rb:151:in `resolve': undefined local variable or method `index' for #<Bundler::Definition:0x97a48d4> (NameError) 
    from /home/nazar2/.rvm/gems/[email protected]/gems/bundler-1.0.21/lib/bundler/definition.rb:90:in `specs' 
    from /home/nazar2/.rvm/gems/[email protected]/gems/bundler-1.0.21/lib/bundler/definition.rb:135:in `specs_for' 
    from /home/nazar2/.rvm/gems/[email protected]/gems/bundler-1.0.21/lib/bundler/definition.rb:124:in `requested_specs' 
    from /home/nazar2/.rvm/gems/[email protected]/gems/bundler-1.0.21/lib/bundler/environment.rb:23:in `requested_specs' 
    from /home/nazar2/.rvm/gems/[email protected]/gems/bundler-1.0.21/lib/bundler/runtime.rb:11:in `setup' 
    from /home/nazar2/.rvm/gems/[email protected]/gems/bundler-1.0.21/lib/bundler.rb:110:in `setup' 
    from /home/nazar2/.rvm/gems/[email protected]/gems/bundler-1.0.21/lib/bundler/setup.rb:7:in `<top (required)>' 
    from /home/nazar2/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:59:in `require' 
    from /home/nazar2/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:59:in `rescue in require' 
    from /home/nazar2/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:35:in `require' 
    from /home/backup/Hub/clients/orthomind/new/orthomind/config/boot.rb:6:in `<top (required)>' 
    from <internal:lib/rubygems/custom_require>:29:in `require' 
    from <internal:lib/rubygems/custom_require>:29:in `require' 
    from script/rails:5:in `<main>' 

我卡在它,不能找出问题是什么。

请帮我一把。

回答

2

刚刚更新为bundler宝石,每件事情都很好。

gem install bundler --pre 

我觉得有一些问题与以前的捆绑宝石版本Rails3.1

相关问题