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/init.rb | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 vendor/plugins/thinking-sphinx/init.rb (limited to 'vendor/plugins/thinking-sphinx/init.rb') diff --git a/vendor/plugins/thinking-sphinx/init.rb b/vendor/plugins/thinking-sphinx/init.rb deleted file mode 100644 index a7e3920..0000000 --- a/vendor/plugins/thinking-sphinx/init.rb +++ /dev/null @@ -1,12 +0,0 @@ -require 'thinking_sphinx' - -if Rails::VERSION::STRING.to_f < 2.1 - ThinkingSphinx::Configuration.instance.load_models -end - -if Rails::VERSION::STRING.to_f > 1.2 - require 'action_controller/dispatcher' - ActionController::Dispatcher.to_prepare :thinking_sphinx do - ThinkingSphinx::Configuration.instance.load_models - end -end \ No newline at end of file -- cgit v1.3