mongoid

    2熱度

    1回答

    我一直在追逐一個問題一段時間,仍然無法弄清楚發生了什麼。我無法通過正常的持久性方法編輯從我的寶石製作的文檔,如update,甚至只是編輯屬性,並致電save。 例如,調用: Scram::Policy.where(id: a.id).first.update!(priority: 12345) 不會在所有的工作(沒有錯誤,但該文件一直沒有更新)。但下面將正常工作: Scram::Policy.co

    0熱度

    1回答

    我有一個Location模型,並想獲取位置最多的前十位國家。 class Location include Mongoid::Document field :country, as: :country, type: String field :name, as: :name, type: String end 我想有個結果是這樣的: 美國 1000位置 奧地利

    0熱度

    1回答

    我使用Rails 5,Rails的管理和MongoId,在我的模型,我加 has_and_belongs_to_many :topics, class_name: 'Topic', :foreign_key => :topicIds 它與「編輯頁面」,但不工作當我嘗試更改topicIds的值時 message: Attempted to set a value for 'topic_ids'

    0熱度

    1回答

    兩次我有兩個類Intern::Question和Intern::Answer,標準協會的樣子: class Intern::Question has_many :intern_answers, class_name: 'Intern::Answer' end class Intern::Answer belongs_to :intern_question, class_n

    1熱度

    1回答

    奇怪的錯誤未定義的每個方法我有兩個基本mongoid類: class CaseType include Mongoid::Document has_many :case_type_field_sets ... class CaseTypeFieldSet include Mongoid::Document ... belongs_to :cas

    0熱度

    2回答

    我意外地導入了一些文件,現在它們有重複的「slugs」。 我與mongoid工作,所以我的模型是這樣的: 類爲MyModel 字段:姓名,字符串#「我對象名字」 領域:蛞蝓,陣列#[「我的對象名稱」 ] 結束 其中slugs持有一串字符串。但有些是重複的,不應該是。 如何建立一個查詢來搜索數組中的重複項? 這是我的實際做法,但其結果捏着我的條目,這是不正確 results = MyModel.un

    0熱度

    1回答

    假設我有3種型號,A,B和C: class A include Mongoid::Document has_many :bs ... class B include Mongoid::Document belongs_to :a has_many :cs ... class C include Mongoid:

    0熱度

    1回答

    我想手動建立一系列的查詢來解決mongo缺乏連接和mongoids缺乏熱切的加載。假設我有2類: class A include Mongoid::Document has_many :bs ... class B include Mongoid::Document belongs_to :a ... 如果我運行BS查詢: bs = B.where(...) 結果是Mong

    0熱度

    1回答

    我正在寫一個應用程序與數據庫裏面。我正在使用MongoId。它只是一個只有一個條目的數據庫。我在這個數據庫中保存令牌 api.rb def get_wink_token retrieve_token.present? ? retrieve_token : new_token end def new_token RestClient.get "#{ENV

    0熱度

    1回答

    我的應用程序在本地工作,但我在嘗試將其推送到Heroku時遇到問題。我在我的Rails 5應用程序中使用mLab和Mongoid。當我輸入: git push heroku master 我收到以下錯誤: r.rb:102:in `load_rake_tasks!': Could not detect rake tasks (LanguagePack::Helpers::RakeRunner::C