Questions tagged [mongoid3]

Version 3 of Mongoid, an Object-Document-Mapper (ODM) for MongoDB with Ruby. Use this tag for questions relating to this specific version.

Version 3 of Mongoid (an Object-Document-Mapper (ODM) for MongoDB). For a deeper description of Mongoid, see the main Mongoid tag.

Primary tag:

211 questions
-2
votes
1 answer

Know if validation was already called

How to know if a model was already validated? u = User.new u.name = "Ralph" u.valid? # => true u.validated? # => false I want to prevent too much queries on geocoding.
Jan
  • 12,992
  • 9
  • 53
  • 89
1 2 3
14
15