rails-project git:creating-models ❯ rails console
Loading development environment (Rails 3.2.1)
Couldn't load Wirble: cannot load such file -- wirble
irb(main):001:0>
I’ve googled and nothing related to this shows up.. I’m not sure if this helps though
rails-project git:creating-models ❯ irb
>> puts $:
/usr/local/Cellar/ruby/1.9.3-p0/lib/ruby/gems/1.9.1/gems/wirble-0.1.3/lib
/usr/local/Cellar/ruby/1.9.3-p0/lib/ruby/site_ruby/1.9.1
/usr/local/Cellar/ruby/1.9.3-p0/lib/ruby/site_ruby/1.9.1/x86_64-darwin11.2.0
/usr/local/Cellar/ruby/1.9.3-p0/lib/ruby/site_ruby
/usr/local/Cellar/ruby/1.9.3-p0/lib/ruby/vendor_ruby/1.9.1
/usr/local/Cellar/ruby/1.9.3-p0/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin11.2.0
/usr/local/Cellar/ruby/1.9.3-p0/lib/ruby/vendor_ruby
/usr/local/Cellar/ruby/1.9.3-p0/lib/ruby/1.9.1
/usr/local/Cellar/ruby/1.9.3-p0/lib/ruby/1.9.1/x86_64-darwin11.2.0
Ruby version:
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-darwin11.2.0]
I’m using OSX, not Ubuntu (which seems to be the source of this problem on every google search I see)
Most likely you require Wirble in your .irbrc. Do you have a ~/.irbrc file? If so, removing Wirble from it (or adding Wirble to the development bundle of your app) will fix this problem.