问题
I have stumbled upon Mongoid which has great documentation: http://mongoid.org/docs/associations/
But I have heard that MongomMapper is de-facto for Rails.
Where do I find API documentation for using Mongomapper?
回答1:
The standard answer from the author of MongoMapper is that the project is still young and that the API is still in flux. Download the latest version from Git and look at the tests. You should be able to get a fair idea of what is possible.
回答2:
It's up on rdoc.info now: http://rdoc.info/github/jnunemaker/mongomapper
回答3:
MongoMapper now has documentation on http://mongomapper.com
来源:https://stackoverflow.com/questions/3551990/mongomapper-documentation