From ea9aad9488c0c2e76a062a81909416055d8f080c Mon Sep 17 00:00:00 2001 From: Brad Greenlee Date: Thu, 27 May 2010 15:56:05 -0700 Subject: [PATCH] Update location of where to manage which frameworks are loaded in db:schema:load error message. --- .../lib/active_record/railties/databases.rake | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/activerecord/lib/active_record/railties/databases.rake b/activerecord/lib/active_record/railties/databases.rake index cb7eade..be563e4 100644 --- a/activerecord/lib/active_record/railties/databases.rake +++ b/activerecord/lib/active_record/railties/databases.rake @@ -303,7 +303,7 @@ namespace :db do if File.exists?(file) load(file) else - abort %{#{file} doesn't exist yet. Run "rake db:migrate" to create it then try again. If you do not intend to use a database, you should instead alter #{Rails.root}/config/boot.rb to limit the frameworks that will be loaded} + abort %{#{file} doesn't exist yet. Run "rake db:migrate" to create it then try again. If you do not intend to use a database, you should instead alter #{Rails.root}/config/application.rb to limit the frameworks that will be loaded} end end end -- 1.7.1