RubyGems Navigation menu

acts_as_follower 0.2.1

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. 0.2.1 - December 05, 2013 (17.5 KB)
  2. 0.2.0 - September 15, 2013 (17.0 KB)
  3. 0.1.1 - November 06, 2011 (16.5 KB)
  4. 0.1.0 - September 21, 2011 (16.5 KB)

Development 相依性套件 (5):

factory_girl >= 4.2.0
rails ~> 4.0.0
shoulda >= 3.5.0
sqlite3 >= 0

擁有者:

作者:

  • Tom Cocca

SHA 256 checksum:

94929ac77cfbe950293cde5eba5befbc8bbf34cf988932e3ae9cc0ca04cf4165

總下載次數 589,105

這個版本 507,080

License:

MIT

Ruby 版本需求:

相關連結: