# # If you are having problems with other plugins, set this to 'true' and add: # # Comatose.load # # To the bottom of your config/environment.rb # ENV['DEFER_COMATOSE_LOAD'] ||= 'false' require 'acts_as_versioned' unless defined?(RedCloth) require 'redcloth' end unless defined?(Liquid) require 'liquid' end require 'comatose' require 'text_filters' Dir[File.join(File.dirname(__FILE__), 'lib', 'text_filters', '*.rb')].each do |path| require "text_filters/#{File.basename(path)}" end