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