Module: Simple::Sharding

Defined in:
lib/simple/sharding.rb,
lib/simple/sharding/core.rb,
lib/simple/sharding/config.rb,
lib/simple/sharding/version.rb,
lib/simple/sharding/connection_handler.rb,
lib/simple/sharding/shard_thread_registry.rb,
lib/simple/sharding/active_record_extensions.rb

Defined Under Namespace

Modules: ActiveRecordExtensions, ScopeMethods Classes: Config, ConnectionHandler, Core, ScopeProxy, ShardThreadRegistry

Constant Summary collapse

VERSION =
'0.1.0'

Class Method Summary collapse

Class Method Details

.method_missing(method_sym, *arguments, &block) ⇒ Object



7
8
9
# File 'lib/simple/sharding.rb', line 7

def self.method_missing(method_sym, *arguments, &block)
  Core.send(method_sym, *arguments, &block)
end