2010-08-19から1日間の記事一覧

Rails3 対応 MongoDB ORM、Mongoid 詳解―インデックス

index マクロを使うことにより、ドキュメントにインデックスを定義することができます。:unique オプションをつけると、ユニークなインデックスを構築できます。オプションは必須ではありません。 class Person include Mongoid::Document field :ssn index …

Rails3 対応 MongoDB ORM、Mongoid 詳解―継承

Mongoid はドキュメントとエンベッドされたドキュメントの継承をサポートしています。以下のドメインモデルを考えてみます。 class Canvas include Mongoid::Document field :name embeds_many :shapes def render shapes.each { |shape| shape.render } end…

2010年08月19日のツイート

@babie: ああ、怒りが足りない。2010-08-20 00:51:09 via Seesmic @babie: アニメ見たいけど寝る。2010-08-20 00:03:58 via Seesmic @babie: 頭が疲れたなー。2010-08-19 23:20:07 via Seesmic @babie: ねみー2010-08-19 23:10:10 via Seesmic @babie: @jins…