Note that there are some explanatory texts on larger screens.

plurals
  1. POlockfile_parser.r :48:in `parse_source': undefined method `[]' for nil:NilClass (NoMethodError)
    text
    copied!<p>I've been messing around with both RubyOnRails3 and Git for the first time. Everything had been going along smoothly until all of a sudden any rails related command line argument stopped working. Unfortunately I have no idea what caused this or how to go about fixing it.</p> <p>Here's the output from the command line</p> <pre><code>C:\railstest\railsproject&gt;rails C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.0/lib/bundler/lockfile_parser.rb :48:in `parse_source': undefined method `[]' for nil:NilClass (NoMethodError) from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.0/lib/bundler/lockf ile_parser.rb:20:in `block in initialize' from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.0/lib/bundler/lockf ile_parser.rb:14:in `each' from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.0/lib/bundler/lockf ile_parser.rb:14:in `initialize' from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.0/lib/bundler/defin ition.rb:43:in `new' from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.0/lib/bundler/defin ition.rb:43:in `initialize' from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.0/lib/bundler/dsl.r b:122:in `new' from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.0/lib/bundler/dsl.r b:122:in `to_definition' from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.0/lib/bundler/defin ition.rb:20:in `build' from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.0/lib/bundler.rb:12 8:in `definition' from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.0/lib/bundler.rb:11 6:in `load' from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.0/lib/bundler.rb:10 0:in `setup' from C:/railstest/railsproject/config/boot.rb:8:in `&lt;top (required)&gt;' from &lt;internal:lib/rubygems/custom_require&gt;:29:in `require' from &lt;internal:lib/rubygems/custom_require&gt;:29:in `require' from script/rails:5:in `&lt;main&gt;' </code></pre> <p>I'm not exactly sure what other information to provide</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload