Note that there are some explanatory texts on larger screens.

plurals
  1. PORuby gems issue (whats going on)
    primarykey
    data
    text
    <p>I am a bit confused over what is happening. I have my application using a few different gems and for some reason there is a problem requiring any more gems. So for example. I have this in config/environment.rb</p> <pre><code>config.gem 'will_paginate', :version =&gt; '2.3.12' config.gem "bandsintown" config.gem "gchartrb" </code></pre> <p>I just added <strong>gchartrb</strong>. When i run </p> <pre><code> rake gems (in /Users/matt/Sites/someapp) - [R] will_paginate = 2.3.12 - [R] bandsintown - [ ] gchartrb I = Installed F = Frozen R = Framework (loaded before rails starts) </code></pre> <p>then i run </p> <pre><code>sudo rake gems:install gem install gchartrb Successfully installed gchartrb-0.8 1 gem installed gem list | grep gchart gchartrb (0.8) </code></pre> <p>So I am confused on what to do. I am on snow leopard on mac osx. Here is my environment</p> <pre><code>which gem /usr/local/bin/gem which ruby /usr/local/bin/ruby gem env RubyGems Environment: - RUBYGEMS VERSION: 1.3.7 - RUBY VERSION: 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10.4.0] - INSTALLATION DIRECTORY: /usr/local/lib/ruby/gems/1.8 - RUBY EXECUTABLE: /usr/local/bin/ruby - EXECUTABLE DIRECTORY: /usr/local/bin - RUBYGEMS PLATFORMS: - ruby - x86-darwin-10 - GEM PATHS: - /usr/local/lib/ruby/gems/1.8 - /Users/matt/.gem/ruby/1.8 - 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" - :sources =&gt; ["http://gems.rubyforge.org/", "http://gems.github.com", "http://gemcutter.org"] - REMOTE SOURCES: - http://gems.rubyforge.org/ - http://gems.github.com - http://gemcutter.org </code></pre> <p>If anyone has any clue to why I cant seem to install any other gems into this application...</p> <p>here is my error</p> <pre><code>script/server =&gt; Booting WEBrick =&gt; Rails 2.3.8 application starting on http://0.0.0.0:3000 Missing these required gems: gchartrb You're running: ruby 1.8.7.174 at /usr/local/bin/ruby rubygems 1.3.7 at /Users/matt/.gem/ruby/1.8, /usr/local/lib/ruby/gems/1.8 Run `rake gems:install` to install the missing gems. </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.
    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