Commit b53c9b326f21cd1e6f3e5625947d4f9ba2f322c6

Authored by Rafael Manzo
1 parent fca6c50c

commented 'sqlite_extension' call

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
config/environment.rb
@@ -54,7 +54,8 @@ ActiveRecord::Base.store_full_sti_class = true @@ -54,7 +54,8 @@ ActiveRecord::Base.store_full_sti_class = true
54 54
55 # several local libraries 55 # several local libraries
56 require 'noosfero' 56 require 'noosfero'
57 -require 'sqlite_extension' 57 +#FIXME: error when call lib/sqlite_extention
  58 +#require 'sqlite_extension'
58 59
59 # load a local configuration if present, but not under test environment. 60 # load a local configuration if present, but not under test environment.
60 if !['test', 'cucumber'].include?(ENV['RAILS_ENV']) 61 if !['test', 'cucumber'].include?(ENV['RAILS_ENV'])