Note that there are some explanatory texts on larger screens.

plurals
  1. PORails -v is giving me errors and the only solution I find gives different error
    primarykey
    data
    text
    <p>I'm trying to get up and running following a tutorial but I had tried using the Hartl book about 2 years ago unsuccessfully so now I have all these different things installed that I have no idea where they are, what they are, or how to get rid of them. I don't even remember everything I've installed. I'm on OSX 10.6.8</p> <p>The tutorial said to do <code>rails new issues</code> so I did that and it said I should see a bunch of things created and then a bundler. I didn't see the bundler. I found some instructions on another SO post and followed them to get this error:</p> <pre><code>xxxx-xxxx-macbook-pro:issues Ryan$ bundle install Fetching gem metadata from http://rubygems.org/........... Fetching gem metadata from http://rubygems.org/.. Resolving dependencies... Bundler could not find compatible versions for gem "bundler": In Gemfile: rails (= 3.0.1) ruby depends on bundler (~&gt; 1.0.0) ruby Current Bundler version: bundler (1.3.5) This Gemfile requires a different version of Bundler. Perhaps you need to update Bundler by running `gem install bundler`? </code></pre> <p>Now if I do <code>rails -v</code> I get this:</p> <pre><code>/Users/Ryan/.rvm/gems/ruby-1.9.2-p318@rails3tutorial/gems/bundler-1.3.5/lib/bundler/resolver.rb:130:in `block in resolve': Bundler could not find compatible versions for gem "bundler": (Bundler::VersionConflict) In Gemfile: rails (= 3.0.1) ruby depends on bundler (~&gt; 1.0.0) ruby Current Bundler version: bundler (1.3.5) This Gemfile requires a different version of Bundler. Perhaps you need to update Bundler by running `gem install bundler`? from /Users/Ryan/.rvm/gems/ruby-1.9.2-p318@rails3tutorial/gems/bundler-1.3.5/lib/bundler/resolver.rb:128:in `catch' from /Users/Ryan/.rvm/gems/ruby-1.9.2-p318@rails3tutorial/gems/bundler-1.3.5/lib/bundler/resolver.rb:128:in `resolve' from /Users/Ryan/.rvm/gems/ruby-1.9.2-p318@rails3tutorial/gems/bundler-1.3.5/lib/bundler/definition.rb:179:in `resolve' from /Users/Ryan/.rvm/gems/ruby-1.9.2-p318@rails3tutorial/gems/bundler-1.3.5/lib/bundler/definition.rb:114:in `specs' from /Users/Ryan/.rvm/gems/ruby-1.9.2-p318@rails3tutorial/gems/bundler-1.3.5/lib/bundler/definition.rb:159:in `specs_for' from /Users/Ryan/.rvm/gems/ruby-1.9.2-p318@rails3tutorial/gems/bundler-1.3.5/lib/bundler/definition.rb:148:in `requested_specs' from /Users/Ryan/.rvm/gems/ruby-1.9.2-p318@rails3tutorial/gems/bundler-1.3.5/lib/bundler/environment.rb:18:in `requested_specs' from /Users/Ryan/.rvm/gems/ruby-1.9.2-p318@rails3tutorial/gems/bundler-1.3.5/lib/bundler/runtime.rb:13:in `setup' from /Users/Ryan/.rvm/gems/ruby-1.9.2-p318@rails3tutorial/gems/bundler-1.3.5/lib/bundler.rb:120:in `setup' from /Library/firstapp/issues/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>Another SO topic said to see if I have to bundlers installed:</p> <pre><code>xxxxx-xxxx-macbook-pro:issues Ryan$ gem list bundler *** LOCAL GEMS *** bundler (1.3.5, 1.0.22) </code></pre> <p>So then since 1.0.22 said its being used I removed the 1.3.5</p> <pre><code>xxxx-xxxx-macbook-pro:issues Ryan$ gem uninstall bundler -v 1.3.5 Successfully uninstalled bundler-1.3.5 </code></pre> <p>Regardless of whether or not I update this I'm getting errors.</p> <p>I'm so lost. I think rails3tutorial is from over a year ago when I tried that Hartl book and firstapp is where I was trying to put the tutorial I'm now trying. If anyone has any clues I would really love to figure this out. Maybe one day I'll even be able to get past the setup and do something productive on Ruby On Rails.</p>
    singulars
    1. This table or related slice is empty.
    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.
 

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