Skip to content

Instantly share code, notes, and snippets.

@tillcarlos
Created March 27, 2010 13:33
Show Gist options
  • Save tillcarlos/346048 to your computer and use it in GitHub Desktop.
Save tillcarlos/346048 to your computer and use it in GitHub Desktop.
0 ;) root@rails3:~$ irb1.9.1
irb(main):001:0> require 'rack'
LoadError: no such file to load -- rack
from (irb):1:in `require'
from (irb):1
from /usr/bin/irb1.9.1:12:in `<main>'
irb(main):002:0> require 'rubygems/custom_require'
=> true
irb(main):003:0> require 'rack'
=> true
irb(main):004:0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment