scaffeinate / socify

:rocket: Socify is an open source social networking platform written in Ruby on Rails
http://socifyapp.herokuapp.com
GNU General Public License v2.0
375 stars 211 forks source link

Reputation system just for fun #50

Closed LeoBogod22 closed 7 years ago

LeoBogod22 commented 7 years ago

to get this running bundle Run rails g merit:install. This creates several migrations. Run rails g merit MODEL_NAME (e.g. user). This creates a migration and adds has_merit to MODEL_NAME. Run rake db:migrate Define badges in config/initializers/merit.rb. You can also define ORM: :active_record (default) or :mongoid.

scaffeinate commented 7 years ago

@LeoBogod22 This is just awesome. Let me review and merge real quick 👍🏼