ruby - why irb plugins not loaded in rails console session? -
i have installed both awsome print & hirb irb plugins ruby 1.9.2 through rvm. can able access irb session. when tried rails console, got error
ruby-1.9.2-p180 :001 > require "hirb" loaderror: no such file load -- hirb what reason?
you have add hirb gemfile.
Comments
Post a Comment