Welcome to the documentation site for Mongoid. Mongoid is the officially supported object-document mapper (ODM) for MongoDB in Ruby. By using Mongoid, you can easily interact with your data and create flexible data models native to Ruby applications. You can add Mongoid to your Ruby application to connect it to a MongoDB database. Install Mongoid by adding it to your project's Gemfile or set up a
Introduction This is the 10gen-supported Ruby driver for MongoDB[http://www.mongodb.org]. Here’s a quick code sample. See the MongoDB Ruby Tutorial (http://www.mongodb.org/display/DOCS/Ruby+Tutorial) for much more. require 'rubygems' require 'mongo' include Mongo db = Connection.new.db('sample-db') coll = db.collection('test') coll.remove 3.times do |i| coll.insert({'a' => i+1}) end puts "There ar
Welcome to the documentation site for the official MongoDB Ruby driver. You can add the driver to your application to work with MongoDB in Ruby. Get Started To get started with the Ruby driver, see Installation and Ruby Driver Quick Start. Continue to Tutorials for high level documentation for common operations. BSON The Ruby BSON implementation is packaged in a separate gem with C and Java extens
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く