我從我的ruby on rails應用程序生成報告,每天早上7點運行。 該報告將收集前一天的結果。 所以基本上我想查詢前一天的結果到我的Mongo收集。這是我嘗試: logs = Log.where(:comp => comp, :created_at => (Date.today -1))
我得到了以下錯誤: BSON::InvalidDocument: Date is not curren
我使用關係(has_many , belongs_to)他與上面的源代碼一起工作,但我在獲取error document Not Found以更改關係(embeds_many, embedded_in)時刪除照片(圖片)。任何人Helpme請,如何使用mongoid &這裏有什麼錯我的源代碼使用Embed_many relations: class Room
include Mongoi
我使用Rails 4.1 mongoid 4.0 目前,我有一個關係1-N class Tenant
include Mongoid::Document
belongs_to :tenant, index: true
end
class Experience
include Mongoid::Document
has_many :experiences