Note that there are some explanatory texts on larger screens.

plurals
  1. POStruggling to get RoR configured correctly
    primarykey
    data
    text
    <p>I've been searching google for 2 days and still haven't managed to work out what I am doing wrong.</p> <p>I'm totally new to RoR and following the RoR Tutorial by Michael Hartl</p> <p>The tutorial requires default gemset... $ rvm use 2.0.0@railstutorial_rails_4_0 --create --default Using /Users/mhartl/.rvm/gems/ruby-2.0.0-p0 with gemset railstutorial_rails_4_0</p> <p>I've followed everything as per the instructions and managed to create a new app. Next step is to modify the gemfile (done)</p> <p>next I'm told to do a 'Bundle Update'</p> <p>At this point I get the following error message (before it continues successfully to the end).</p> <p>Error loading RubyGems plugin "/Users/mike/.rvm/gems/ruby-2.0.0-p195@global/gems/rubygems-bundler-1.1.1/lib/rubygems_plugin.rb": Could not find 'rubygems-bundler' (>= 0) among 52 total gem(s) (Gem::LoadError) Fetching gem metadata.... ... Your bundle is updated</p> <p>If I try it as sudo bundle update I get this...</p> <pre><code> /Users/mike/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/site_ruby/2.0.0/rubygems /dependency.rb:296:in `to_specs': Could not find 'bundler' (&gt;= 0) among 16 total gem(s) (Gem::LoadError) from /Users/mike/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/site_ruby/2.0.0/rubygems/dependency.rb:307:in `to_spec' from /Users/mike/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_gem.rb:47:in `gem' from /Users/mike/.rvm/gems/ruby-2.0.0-p195@global/bin/bundle:22:in `&lt;main&gt;' from /Users/mike/.rvm/gems/ruby-2.0.0-p195@global/bin/ruby_noexec_wrapper:14:in `eval' from /Users/mike/.rvm/gems/ruby-2.0.0-p195@global/bin/ruby_noexec_wrapper:14:in `&lt;main&gt;' </code></pre> <p>I'm totally baffled. I've checked on the directory and /Users/mike/.rvm/gems/ruby-2.0.0-p195@global/gems/rubygems-bundler-1.1.1/lib/rubygems_plugin.rb" is definitely there.</p> <p>I know other people are having similar issues, but any help would be very gratefully received, im totally stuck</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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