honor
honor copied to clipboard
Adds common gamification features such as points, leaderboards, and achievements to a Rails Application
If you are getting this error: https://gyazo.com/d31c1c1ae523f5a831d03070fbe5df52 Add [5.0] like this to each migration file line 1: `class CreateHonorPoints < ActiveRecord::Migration[5.0]` That allowed the migration to proceed.
Would it be possible to implement a cache counter for User model, that saves in the db total amount of points for that user? That would be a great for...
Hi I'm wondering how do I test out this gem. I'm having trouble implementing it. I create a scaffold called User with fields such as name (string) and age(integer) I...