From b53c9b326f21cd1e6f3e5625947d4f9ba2f322c6 Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Tue, 6 Nov 2012 18:04:41 -0200 Subject: [PATCH] commented 'sqlite_extension' call --- config/environment.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/environment.rb b/config/environment.rb index da92d54..60a1f43 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -54,7 +54,8 @@ ActiveRecord::Base.store_full_sti_class = true # several local libraries require 'noosfero' -require 'sqlite_extension' +#FIXME: error when call lib/sqlite_extention +#require 'sqlite_extension' # load a local configuration if present, but not under test environment. if !['test', 'cucumber'].include?(ENV['RAILS_ENV']) -- libgit2 0.21.2