Sha256: 041555b6e381182fcc94294bc5fde585924819c7a4a1535d31d8c74e53b7b69b
Contents?: true
Size: 521 Bytes
Versions: 1
Compression:
Stored size: 521 Bytes
Contents
module Interlock end require 'interlock/core_extensions' require 'interlock/config' require 'interlock/interlock' require 'interlock/lock' require 'interlock/pass_through_store' require 'interlock/action_controller' require 'interlock/action_view' require 'interlock/finders' 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!
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
interlock-1.3 | lib/interlock.rb |