Module: ClusterPoint

Extended by:
ActiveSupport::Autoload
Defined in:
lib/clusterpoint.rb,
lib/cluster_point/errors.rb,
lib/cluster_point/railtie.rb,
lib/cluster_point/version.rb,
lib/cluster_point/contains.rb,
lib/cluster_point/document.rb,
lib/cluster_point/hash_methods.rb,
lib/cluster_point/json_methods.rb,
lib/cluster_point/configuration.rb,
lib/cluster_point/contains_many.rb,
lib/cluster_point/finder_methods.rb,
lib/cluster_point/modification_methods.rb,
lib/cluster_point/cluster_point_adapter.rb

Defined Under Namespace

Modules: Configuration, Contains, ContainsMany, FinderMethods, HashMethods, JsonMethods, ModificationMethods Classes: AccountIdNotFound, ClusterPointAdapter, ClusterPointError, ConfigurationNotFound, DatabaseNotSet, Document, Railtie, RecordNotFound

Constant Summary collapse

VERSION =
"0.2.4"
RAILS_ENV =
-> { (Rails.env if defined?(Rails.env)) || ENV["RAILS_ENV"] || ENV["RACK_ENV"] }
DEFAULT_ENV =
-> { RAILS_ENV.call || "default_env" }