我使用功勳寶石信譽系統添加到我的應用程序爲登錄的用戶 這是我如何使用score處理的例子。投票: def initialize
score 5, on: 'posts#upvote', to: :user
score -5, on: 'posts#downvote', to: :user
score 1, on: 'posts#upvote', to: :itself
有沒有辦法乾點PointRules類?我試過,但沒有奏效: %w(attr1 attr2 attr3).each do |attribute|
score 10, on: 'comments#create', do |comment|
comment.attribute.present?
end
end
它給了我這個錯誤: private method `att
class StaticPagesController < ApplicationController
def home
end
def leaderboard
@scores = Merit::Score.top_scored
end
end
我使用的考績制度爲我on Rails應用程序的紅寶石和我想表明的季節(夏,秋,冬)通過的行動記錄一個按鈕。 新的鐵路和第一次我
即時試圖建立信譽系統使用所述梅爾蒂寶石導軌,即時通訊試圖當用戶創建超過8授予徽章但是,每次我創建評論時,我都會收到錯誤的未定義方法用戶。我使用設計,但我可以手動創建一個徽章。有人可以幫忙嗎?謝謝 !! 徽章規則 # Be sure to restart your server when you modify this file.
#
# +grant_on+ accepts:
# * Not
我有一個優點寶石的問題,似乎太明顯/容易,但努力想出來。 我使用的是sample observable class,它適用於點。每一點改變,註冊的觀察者都會收到更新。但是,對於徽章,不會發生此類更新。 我如何爲用戶分配徽章可能是是原因,但我不確定原因。再次使用example from the wiki,我正在查看用戶的總積分,並使用add_badge方法爲該用戶創建適當的徽章。這工作正常。也就是說