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 MongoDB Ruby Driver, the official MongoDB driver for Ruby applications. Get Started Learn how to install the driver, establish a connection to MongoDB, and begin working with data in the Get Started with the Ruby Driver tutorial. Connect to MongoDB Learn how to create and configure a connection to a MongoDB deployment in the Connect to MongoDB section. Dat
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く