Sha256: 45c1fda90a135b18e16ff9f79bd25463962581342e189fdbeb7b2d13405604bf
Contents?: true
Size: 682 Bytes
Versions: 4
Compression:
Stored size: 682 Bytes
Contents
# remarkable_mongoid NOTE: This gem is based upon the 2.0 beta of Mongoid and the 4.0 alpha of Remarkable RSpec Matchers for Mongoid ## Matchers Associations * reference_one * reference_many * be_referenced_in * embed_one * embed_many * be_embedded_in Validations * validate_uniqueness_of * All ActiveModel validations from [Remarkable::ActiveModel](http://github.com/remarkable/remarkable/tree/master/remarkable_activemodel) ## Installation gem install remarkable_mongoid ## Usage require 'remarkable/mongoid' describe Book do it { should reference_one :author } end ## Copyright Copyright (c) 2010 Brian Cardarella. See LICENSE for details.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
remarkable_mongoid-0.4.0 | README.markdown |
remarkable_mongoid-0.3.0 | README.markdown |
remarkable_mongoid-0.2.0 | README.markdown |
remarkable_mongoid-0.1.4 | README.markdown |