Note that there are some explanatory texts on larger screens.

plurals
  1. POCan't use hirb rails gem
    primarykey
    data
    text
    <p>[Changes]</p> <ul> <li>the problem was not the typo of 'enale' instead of 'enable'</li> <li>the installation goes without problem with the <code>--no-ri --no-rdoc</code> flags</li> <li>now the doing <code>require enable</code> gives an error instead of <code>false</code> (have no idea why)</li> </ul> <p>I am having some trouble using the Gem <a href="https://github.com/cldwalker/hirb" rel="nofollow">hirb</a> for formatting the output of rails console.</p> <pre><code>$ gem install hirb --no-ri --no-rdoc Successfully installed hirb-0.6.2 1 gem installed $ rails c Loading development environment (Rails 3.2.3) irb(main):001:0&gt; require 'hirb' LoadError: cannot load such file -- hirb from c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.3/lib/active_ support/dependencies.rb:251:in `require' from c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.3/lib/active_ support/dependencies.rb:251:in `block in require' from c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.3/lib/active_ support/dependencies.rb:236:in `load_dependency' from c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.3/lib/active_ support/dependencies.rb:251:in `require' from (irb):1 from c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.3/lib/rails/comman ds/console.rb:47:in `start' from c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.3/lib/rails/comman ds/console.rb:8:in `start' from c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.3/lib/rails/comman ds.rb:41:in `&lt;top (required)&gt;' from script/rails:6:in `require' from script/rails:6:in `&lt;main&gt;' irb(main):002:0&gt; </code></pre> <p>I am running Ruby 1.9.3, Rails 3.2.3, Bundler 1.1.3, Windows 7 64 bit.</p>
    singulars
    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