RubyGems Navigation menu

acts_as_follower1 1.0.9

acts_as_follower is a Rubygem to allow any model to follow any other model. This is accomplished through a double polymorphic relationship on the Follow model. There is also built in support for blocking/un-blocking follow records. Main uses would be for Users to follow other Users or for Users to follow Books, etc… (Basically, to develop the type of follow system that GitHub has)

Gemfile:
=

安裝:
=

版本列表:

  1. 1.0.9 July 06, 2017 (19.0 KB)
顯示所有版本(共 8)

Runtime 相依性套件 (1):

activerecord >= 4.0

Development 相依性套件 (5):

factory_girl >= 4.2.0
rails >= 4.0
shoulda >= 3.5.0
sqlite3 >= 0

擁有者:

作者:

  • Tom Cocca

SHA 256 總和檢查碼:

=

總下載次數 5,305

這個版本 5,229

版本发布:

授權:

MIT

Ruby 版本需求: >= 0

相關連結: