module Interlock end require 'interlock/core_extensions' require 'interlock/config' require 'interlock/interlock' require 'interlock/lock' require 'interlock/action_controller' require 'interlock/action_view' require 'interlock/active_record' begin require 'memcached' rescue LoadError end unless ActionController::Base.perform_caching RAILS_DEFAULT_LOGGER.warn "** interlock warning; config.perform_caching == false" end Interlock::Config.run!