Note that there are some explanatory texts on larger screens.

plurals
  1. POHow do I get Heroku to work on Ubuntu 10.10 (using VirtualBox on Windows machine)?
    primarykey
    data
    text
    <p>I'm a newbie following the RailsTutorial.org program and have installed/setup rvm, ruby 1.9.2,rails, curl, git and created my first app and pushed it to github (so the SSH key is fine).</p> <p>The next step is deploying to Heroku, which is killing me:</p> <pre><code>gem install Heroku </code></pre> <p>works fine but I get this error after "heroku keys:add" or "heroku create":</p> <pre><code> [app_first (master)]$ heroku keys:add &lt;internal:lib/rubygems/custom_require&gt;:29:in `require': no such file to load -- readline (LoadError) from &lt;internal:lib/rubygems/custom_require&gt;:29:in `require' from /home/john/.rvm/gems/ruby-1.9.2-p0@rails3tutorial/gems/heroku-1.11.0/lib/heroku/commands/app.rb:1: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 /home/john/.rvm/gems/ruby-1.9.2-p0@rails3tutorial/gems/heroku-1.11.0/lib/heroku/command.rb:5:in `block in &lt;top (required)&gt;' from /home/john/.rvm/gems/ruby-1.9.2-p0@rails3tutorial/gems/heroku-1.11.0/lib/heroku/command.rb:5:in `each' from /home/john/.rvm/gems/ruby-1.9.2-p0@rails3tutorial/gems/heroku-1.11.0/lib/heroku/command.rb:5: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 /home/john/.rvm/gems/ruby-1.9.2-p0@rails3tutorial/gems/heroku-1.11.0/bin/heroku:7:in `&lt;top (required)&gt;' from /home/john/.rvm/gems/ruby-1.9.2-p0@rails3tutorial/bin/heroku:19:in `load' from /home/john/.rvm/gems/ruby-1.9.2-p0@rails3tutorial/bin/heroku:19:in `&lt;main&gt; </code></pre> <p>My guess is it's something to do with missing or misplaced gems, but I'm a total rookie so the guess may be way off. here's the gem environment:</p> <pre><code>[app_first (master)]$ gem environment RubyGems Environment: - RUBYGEMS VERSION: 1.3.7 - RUBY VERSION: 1.9.2 (2010-08-18 patchlevel 0) [i686-linux] - INSTALLATION DIRECTORY: /home/john/.rvm/gems/ruby-1.9.2-p0@rails3tutorial - RUBY EXECUTABLE: /home/john/.rvm/rubies/ruby-1.9.2-p0/bin/ruby - EXECUTABLE DIRECTORY: /home/john/.rvm/gems/ruby-1.9.2-p0@rails3tutorial/bin - RUBYGEMS PLATFORMS: - ruby - x86-linux - GEM PATHS: - /home/john/.rvm/gems/ruby-1.9.2-p0@rails3tutorial - /home/john/.rvm/gems/ruby-1.9.2-p0@global - GEM CONFIGURATION: - :update_sources =&gt; true - :verbose =&gt; true - :benchmark =&gt; false - :backtrace =&gt; false - :bulk_threshold =&gt; 1000 - REMOTE SOURCES: - http://rubygems.org/ </code></pre> <p>Any ideas? Grateful in advance.</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.
    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