Skip to content

Instantly share code, notes, and snippets.

@rangerscience
Created June 18, 2011 04:07
Show Gist options
  • Save rangerscience/1032794 to your computer and use it in GitHub Desktop.
Save rangerscience/1032794 to your computer and use it in GitHub Desktop.
username@hostname:/$ irb
irb(main):001:0> require 'rubygems'
=> true
irb(main):003:0> require 'active_record'
=> true
irb(main):004:0> load 'active_record/railties/databases.rake'
MissingSourceFile: no such file to load -- active_record/railties/databases.rake
from /usr/lib/ruby/1.8/active_support/dependencies.rb:145:in `load_without_new_constant_marking'
from /usr/lib/ruby/1.8/active_support/dependencies.rb:145:in `load'
from /usr/lib/ruby/1.8/active_support/dependencies.rb:521:in `new_constants_in'
from /usr/lib/ruby/1.8/active_support/dependencies.rb:145:in `load'
from (irb):4
from /usr/local/lib/site_ruby/1.8/rubygems/exceptions.rb:15
irb(main):005:0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment