Note that there are some explanatory texts on larger screens.

plurals
  1. PORails Server and Bundle not Found although they exist
    primarykey
    data
    text
    <p>When within a rails project directory (e.g. the directory where I created the app) bundle install returns: </p> <pre><code>ERROR: Gem bundler is not installed, run `gem install bundler` first. </code></pre> <p>From within the same rails project directory, issuing rails server returns: Rails is not currently installed on this system. To get the latest version, simply type:</p> <pre><code> $ sudo gem install rails You can then rerun your "rails" command. </code></pre> <p>Clearly (below) Rails is installed, Bundle is present, however, I've messed something up so that neither is recognized.</p> <p>Any ideas where I went wrong?</p> <p>OSX Lion 10.7.3</p> <p>Xcode Installed</p> <p>GCC-10.7-v2.pkg Installed</p> <pre><code>Ruby -v returns: ruby 1.8.7 (2010-01-10 patchlevel 249) [universal-darwin11.0] rvm -v returns: rvm 1.10.3 rails -v returns: Rails 3.2.2 env $PATH returns: env: /Users/username/.rvm/gems/ruby-1.9.3-p125@rails3tutorial2ndEd/bin:/Users/username/.rvm/gems/ruby-1.9.3-p125@global/bin:/Users/username/.rvm/rubies/ruby-1.9.3-p125/bin:/Users/username/.rvm/bin:/usr/local/sbin:/Applications/SenchaSDKTools-2.0.0-Beta/jsbuilder:/Applications/SenchaSDKTools-2.0.0-Beta/command:/Applications/SenchaSDKTools-2.0.0-Beta:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/git/bin:/usr/local/git/bin/: No such file or directory RubyGems Environment: - RUBYGEMS VERSION: 1.8.17 - RUBY VERSION: 1.9.3 (2012-02-16 patchlevel 125) [x86_64-darwin11.3.0] - INSTALLATION DIRECTORY: /Users/username/.rvm/gems/ruby-1.9.3-p125@rails3tutorial2ndEd - RUBY EXECUTABLE: /Users/username/.rvm/rubies/ruby-1.9.3-p125/bin/ruby - EXECUTABLE DIRECTORY: /Users/username/.rvm/gems/ruby-1.9.3-p125@rails3tutorial2ndEd/bin - RUBYGEMS PLATFORMS: - ruby - x86_64-darwin-11 - GEM PATHS: - /Users/username/.rvm/gems/ruby-1.9.3-p125@rails3tutorial2ndEd - /Users/username/.rvm/gems/ruby-1.9.3-p125@global - GEM CONFIGURATION: - :update_sources =&gt; true - :verbose =&gt; true - :benchmark =&gt; false - :backtrace =&gt; false - :bulk_threshold =&gt; 1000 - "gem" =&gt; "--no-ri --no-rdoc" - REMOTE SOURCES: - http://rubygems.org/ </code></pre>
    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.
 

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