| testing install.rb - reportable - Fork of reportable required by WarVox, from h… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit e8f17ee025fcbbc1b196fe9e061883fdd8fc1dc9 | |
| parent ed237f63da0adb5a71d40d44108ce5dbf2e13961 | |
| Author: Marco Otte-Witte <[email protected]> | |
| Date: Tue, 13 Jan 2009 23:51:17 +0800 | |
| testing install.rb | |
| Signed-off-by: Marco Otte-Witte <[email protected]> | |
| Diffstat: | |
| M install.rb | 6 +++--- | |
| 1 file changed, 3 insertions(+), 3 deletions(-) | |
| --- | |
| diff --git a/install.rb b/install.rb | |
| @@ -1,7 +1,7 @@ | |
| supported_databases = [ | |
| - 'ActiveRecord::ConnectionAdapters::PostgreSQLAdapter', | |
| - 'ActiveRecord::ConnectionAdapters::MysqlAdapter', | |
| - 'ActiveRecord::ConnectionAdapters::SQLite3Adapter' | |
| +# 'ActiveRecord::ConnectionAdapters::PostgreSQLAdapter', | |
| +# 'ActiveRecord::ConnectionAdapters::MysqlAdapter', | |
| +# 'ActiveRecord::ConnectionAdapters::SQLite3Adapter' | |
| ] | |
| unless supported_databases.include?(ActiveRecord::Base.connection.class.to_s) |