Silence Rails schema load for spork Silence Rails schema load for spork sqlite sqlite

Silence Rails schema load for spork


This did the trick for me:

  ActiveRecord::Schema.verbose = false  load "#{Rails.root}/db/schema.rb"