Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in irb

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?

suppressing IRB output? [duplicate]

ruby-on-rails ruby irb

Digest::MD5 in Ruby 1.9.3

ruby rubygems md5 irb ruby-1.9.3

Ruby 1.9.2: irb throws ArgumentError: invalid byte sequence in UTF-8 when entering German Umlaut

ruby macos utf-8 irb

IRB doesn't respect dot (.) as a word-break character

ruby irb

IRB analogue of python -i

ruby irb

How do I compile Readline support into Ruby

ruby readline irb

Easy way to suppress SQL output in Rails console?

~/.irbrc not executed when starting irb or script/console

Does the || operator evaluate the second argument even if the first argument is true?

ruby irb

Can you 'require' ruby file in irb session, automatically, on every command?

ruby irb

Ruby. How can I copy and paste in irb on Windows?

How do I dynamically create a local variable in Ruby?

ruby irb