##// END OF EJS Templates
More specific warning....
Jean-Philippe Lang -
r11022:eb5675f4bcd5
parent child
Show More
@@ -57,7 +57,7 if File.exist?(database_file)
57 57 gem "tiny_tds", "~> 0.5.1", :platforms => [:mri, :mingw]
58 58 gem "activerecord-sqlserver-adapter", :platforms => [:mri, :mingw]
59 59 else
60 warn("Unknown database adapter `#{adapter}`, use Gemfile.local to load your own database gems")
60 warn("Unknown database adapter `#{adapter}` found in config/database.yml, use Gemfile.local to load your own database gems")
61 61 end
62 62 end
63 63 else
General Comments 0
You need to be logged in to leave comments. Login now