Sha256: fb0a83a68d0c70e2229d9c98478f41c5b677ea9244a4354569599a34a89cf3ea

Contents?: true

Size: 632 Bytes

Versions: 5

Compression:

Stored size: 632 Bytes

Contents

# encoding: utf-8

# Make me one with everything...
Dir[File.join(File.dirname(__FILE__), 'candy', '*.rb')].each {|f| require f}

# Special keys for Candy metadata in the Mongo store. We try to keep these to a minimum, 
# and we're using moderately obscure Unicode symbols to reduce the odds of collisions.
# If by some strange happenstance you might have single-character keys in your Mongo 
# collections that use the 'CIRCLED LATIN SMALL LETTER' Unicode set, you may need to
# change these constants.  Just be consistent about it if you want to use embedded
# documents in Candy.
CLASS_KEY = 'ⓒ'.to_sym
EMBED_KEY = 'ⓔ'.to_sym

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
candy-0.2.5 lib/candy.rb
candy-0.2.4 lib/candy.rb
candy-0.2.3 lib/candy.rb
candy-0.2.2 lib/candy.rb
candy-0.2.1 lib/candy.rb