Interactive Ruby (IRB) is a shell for programming in Ruby.
Regarding the use of Rails console, when I make some change on a model, do I need to reload the …
ruby-on-rails irbI'm having a really noob problem with importing files in Ruby. I'm making a Ruby app in Windows XP. All …
ruby import require irb ruby-1.9.2If I define a method in IRB, is there any way to review its source later in the session? > …
ruby irbI've been just going through PragProg Continuous Testing With Ruby, where they talk about invoking IRB in context of current …
ruby irbI'm doing some design/debugging in IRB and need to login a user and then be able to use current_…
ruby-on-rails-3 session devise irbI got a regex in my code, which is to match pattern of url and threw error: /^(http|https):\/\/([\w-]+\.)+[\…
ruby regex irbI work with rails console and often i need to preload some ruby code to work with. #file that i …
ruby-on-rails ruby console irbI just installed ruby 1.9.2 on windows machine and Backspace or any other arrow keys don't work. This happens only when …
ruby irb git-bashI am trying to get the current ruby version from IRB but its giving me this error: >> RUBY_…
ruby irbI am currently editing a file, and I'm using irb to test the api: > require './file.rb' > …
ruby irb