ruby-on-rails-4

    1熱度

    1回答

    我想提取'喜歡','不同'路線到一個關注,然後將其應用於不同的資源。 concern :likeable do member do post :like post :unlike end end resources users, concerns: :likeable resources equipment, concerns: :likeable

    8熱度

    2回答

    由於某些原因,多態性has_many :through關聯的源類型始終爲0,儘管設置了:source_type。 這裏是我的模型看起來像... 富: has_many :tagged_items, :as => :taggable has_many :tags, :through => :tagged_items 酒吧: has_many :tagged_items, :as => :tag

    3熱度

    1回答

    我想刪除並返回AR關係對象中的第一個元素。我使用了shift,但它不會刪除該對象。 與正常的數組,如預期位移作品: a = [1, 2, 3] a.shift # => 1 a # => [2, 3] 這是行不通的。變量@attachment_versions在使用shift之前和之後保留相同的大小。 @attachment = Attachment.with_associations.f

    0熱度

    2回答

    如果我搜索「agua」,沒有結果忽略搜索中的重音符號(á,ã,ç)? #city數據庫(ID,姓名,UF,province_id) 1 Águas Clara PR 3 2 águas PR 4 3 Áraguaia PR 3 #schema.xml中 <fieldType name="text" class="solr.TextField" omitNorms="false"> <an

    0熱度

    1回答

    我在我的應用二CRUDS: Person : id, name, email Documents: id, name, number, person_id 當我創建的CRUD一個新的人,我需要自動設置文檔表person_id。 我嘗試用一​​個回調before_save,但我不知道怎麼打發PARAMS以正確的方式。 我可以在PersonController直接辦? 我該怎麼做? 我想我不清楚

    0熱度

    1回答

    我使用正則表達式。 validates :cc_exp_date , format: { with: /(?<month>1[0-2]|0[1-9])\/(?<year>[0-9]{2,4}$)/, message: "invalid date" } 用這句話來檢查這種格式的日期: MM/YY, MM/YYYY. 但是,當我輸入的日期是這樣的: MM/YYYYYY 驗證失敗和值保存在數

    1熱度

    1回答

    我的模型結構,建立這樣的, class Conversation < ActiveRecord::Base has_many :conversation_statuses, :dependent => :destroy has_many :users, :through => :conversation_statuses has_many :messages, :

    1熱度

    1回答

    我在database.yml中設置以下配置 production: adapter: mysql database: some_db host: localhost port: 3306 pool: 5 timeout: 15000 username: root password: password sock

    0熱度

    1回答

    我有這個文本文件,我必須經常引用它裏面的值。我必須將數據庫中的某些值與文本文件中的某些條目進行比較。這兩個數據集都非常大。我不會將這個文本文件(我將它稱爲changefile)加載到數據庫中,因爲在數據庫中進行比較會花費太長時間。我不把changefile到數據庫表,因爲它更容易從文件中讀取,我不希望有一個新的發佈新的changefile每次搜索的上傳。 我做,而不是從數據庫到文本字符串讀了一系列

    0熱度

    1回答

    我有我的表單字段,用戶可以把他們的Facebook頁面的例子,在我的節目頁面我有一個按鈕,將用戶重定向到這個Facebook頁面,但我想,當用戶檢查元素Facebook頁面的URL將被隱藏現在我有一個這樣的代碼,當我檢查元素與Mozilla <a class="btn btn-default" target="_blank" href="http://www.facebook.com"></a>,