From 7379daad1c73bd3610ed296436250b417ac3673d Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 10 Feb 2011 14:19:00 +0100 Subject: removed thinking_sphinx plugin and replaced it with gem. also tuned dependencies --- vendor/plugins/thinking-sphinx/features/support/db/postgresql.rb | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 vendor/plugins/thinking-sphinx/features/support/db/postgresql.rb (limited to 'vendor/plugins/thinking-sphinx/features/support/db/postgresql.rb') diff --git a/vendor/plugins/thinking-sphinx/features/support/db/postgresql.rb b/vendor/plugins/thinking-sphinx/features/support/db/postgresql.rb deleted file mode 100644 index 20392e1..0000000 --- a/vendor/plugins/thinking-sphinx/features/support/db/postgresql.rb +++ /dev/null @@ -1,3 +0,0 @@ -require 'active_record' -Database = defined?(JRUBY_VERSION) ? 'jdbcpostgresql' : 'postgresql' -require "active_record/connection_adapters/#{Database}_adapter" -- cgit v1.3