Note that there are some explanatory texts on larger screens.

plurals
  1. PORuby/Rails Debug in Aptana - rake not found
    primarykey
    data
    text
    <p>I am really excited today because today I found an error which no one else has found in the history of the internet.</p> <p>I am trying to learn how to use Aptana Studio 3 for debugging so in my application's root directory, I right click on config.ru and click on debug server and this is what is produced on the console:</p> <ul> <li><p>List item</p> <ul> <li><p>Fast Debugger (ruby-debug-ide 0.4.16, ruby-debug-base 0.11) listens on 127.0.0.1:50122</p></li> <li><p>c:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs'</p></li> <li>c:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:451:in `block in find_in_unresolved'</li> <li>c:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:451:in `map'</li> <li>c:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:451:in `find_in_unresolved'</li> <li>c:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:43:in `require'</li> <li>c:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.21/lib/bundler/dsl.rb:1:in `'</li> <li>c:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.21/lib/bundler/definition.rb:17:in `build'</li> <li>c:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.21/lib/bundler.rb:138:in `definition'</li> <li>c:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.21/lib/bundler.rb:126:in `load'</li> <li>c:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.21/lib/bundler.rb:110:in `setup'</li> <li>c:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.21/lib/bundler/setup.rb:17:in `'</li> <li>c:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:59:in `require'</li> <li>c:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:59:in `rescue in require'</li> <li>c:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:35:in `require'</li> <li>C:/triton2/config/boot.rb:6:in `'</li> <li>c:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in `require'</li> <li>c:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in `require'</li> <li>C:/triton2/script/rails:5:in `'</li> <li>c:/Ruby192/lib/ruby/gems/1.9.1/gems/ruby-debug-ide-0.4.16/lib/ruby-debug-ide.rb:112:in `debug_load'</li> <li>c:/Ruby192/lib/ruby/gems/1.9.1/gems/ruby-debug-ide-0.4.16/lib/ruby-debug-ide.rb:112:in `debug_program'</li> <li>c:/Ruby192/lib/ruby/gems/1.9.1/gems/ruby-debug-ide-0.4.16/bin/rdebug-ide:87:in `'</li> <li>c:/Ruby192/bin/rdebug-ide:19:in `load'</li> <li><p>c:/Ruby192/bin/rdebug-ide:19:in `'</p></li> <li><p>Uncaught exception: Could not find rake (>= 0.8.1) amongst []</p></li> </ul></li> </ul> <p>Also, in the terminal I get this:</p> <blockquote> <p>David@DAVID-PC /c/triton2 </p> <p>gem install rake Successfully installed rake-0.9.2.2 1 gem installed Installing ri documentation for rake-0.9.2.2... Installing RDoc documentation for rake-0.9.2.2...</p> </blockquote>
    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.
    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