Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in irb

Can I repeat command in irb?

ruby irb

NameError: uninitialized constant Object::User

Rails console tips, tricks and customizations

ruby-on-rails console irb

How to force a vertical table or limit columns in Hirb?

ruby irb

How can I input multibyte characters in rails console (or irb)?

ruby irb

"bundle install" not creating Gemfile.lock when issued from a Rails console system command

ruby-on-rails ruby bundler irb

accessing variables in loaded source while in irb

ruby irb

Require not able to find ruby file

ruby irb

Is there a way to get out of a "hung" state in IRB?

ruby-on-rails ruby irb

Ruby's irb equivalent in Perl?

ruby perl irb

All commands in irb giving "NoMethodError: undefined method `write' for nil:NilClass"

ruby irb

How to kill a scan operation in hbase shell without Ctrl-C

shell hbase irb control-c

Why does my IRB prompt with ANSI color codes mess up page up/down behavior with copy/paste?

ruby irb

Undoing auto-indentation

ruby irb auto-indent

Can't find gems in irb: "NameError: uninitialized constant Gem from (irb)"

Can I open a rails console in read-only mode?

ruby-on-rails console irb

Require command not working within bash irb on Snow Leopard

Why does Ruby tend to assign object IDs in descending order?

ruby irb object-identity

Unicode characters in Ruby 1.9.3 IRB with RVM

ruby unicode osx-lion rvm irb

RubyOnRails: How do I use helper methods in Rails Console?