mongoid

    0熱度

    1回答

    我正在使用Rails(5.1.0),Mongoid(6.1.0)和Rspec(3.6.0)。我從我的應用中刪除了有效的記錄。除了測試以外,一切都是完美的。當我運行rspec的我得到錯誤: Failure/Error: raise ConnectionNotEstablished, "No connection pool with '#{spec_name}' found." unless pool

    0熱度

    1回答

    我有一個很奇怪的問題。 場景:我正在使用MongoDB(mongoid gem)在Rails中處理照片的集合,其中每張照片都屬於相冊。一些mongo字段由關注點提供,模型的名稱空間正確。 所以, 關注:MediaConcerns::Base module MediaConcerns module Base extend ActiveSupport::Concern

    0熱度

    1回答

    (我已經看到了這一切相關問題,但他們都沒有工作對我來說) 在before_update,我需要取之前的記錄自我但無法弄清楚如何查詢「created_at < self.created_at」。我想這樣的: def set_update_consumo lastRecord = Reporte.where(:hidrometro_id => self.hidrometro_id

    0熱度

    1回答

    我有許多用戶的應用程序,可以創建許多旅行,他們可以邀請朋友參與到旅行中。 下面是型號: class Travel include Mongoid::Document include Mongoid::Timestamps belongs_to :user embeds_many :participants accepts_nested_attr

    1熱度

    1回答

    我有一個應用程序,用戶可以創建很多旅行,並且他們可以邀請他們的Facebook好友。在旅行證件中,有一個字段「參與者」是一個嵌入文件,Participant模型嵌入在Travel模型中。 這裏是我的模型: class Travel include Mongoid::Document include Mongoid::Timestamps # relations

    0熱度

    1回答

    我試圖從http://localhost:3000/api/v1/oauth/applications刪除我的一個應用程序時收到以下錯誤消息。 Started DELETE "/api/v1/oauth/applications/5930bd2aa54dd321f7248178" for ::1 at 2017-06-01 21:53:22 -0400 Processing by Doorke

    0熱度

    1回答

    我想用Rails 5和Mongoid做一個簡單的用戶註冊功能。我的用戶模型和控制器是這樣的: user.rb class User include Mongoid::Document include Mongoid::Timestamps validates_presence_of :email validates_uniqueness_of :email

    0熱度

    1回答

    我有型號如下 class Customer include Mongoid::Document field :first_name, type: String field :last_name, type: String embeds_one :billing_address, as: :addressable embeds_one :shippi

    0熱度

    1回答

    嗨,我是新來的MongoDB, 需要add_to_set方法,它集合 如果add_to_set中添加文檔支持被稱爲兩次,在時間插入的值相等 爲例如 someInstance.add_to_set(some_field: "hello_world") 這個被稱爲兩次將它成爲蒙戈更新查詢?

    1熱度

    1回答

    How can I tell if there are more results from a query in MongoDB? 我需要知道,如果有限制的查詢就像上面鏈接的問題經過文件,但在紅寶石Mongoid。 是否有任何方法等價於hasNext for Mongoid? 更新:更新我的問題以提供一些上下文。 我想實現分頁,但我 這裏是我的API邏輯的一部分: limit = params[: