15 Sep, 2013
2 commits
-
Update the code to work with Rails 4.
04 Sep, 2013
1 commit
24 Aug, 2013
1 commit
06 Nov, 2011
1 commit
16 Oct, 2011
4 commits
-
…have includes, attribution in the readme
-
…dy exposed in follower, this standardizes what can be accessed through each module
-
A few minor tweaks to Follower and Followable.
22 Sep, 2011
4 commits
21 Sep, 2011
5 commits
20 Sep, 2011
3 commits
09 Mar, 2011
1 commit
23 Feb, 2011
2 commits
-
…ake Follow include the FollowerLib as a class method to allow for use in the scopes, allows for a drastic cleanup of the code. Finally, following_by_type and followers_by_type now return collections instead of arrays to allow these methods to be extended upon
06 Jul, 2010
1 commit
-
…records for certain types, updated the README regarding all new methods
01 Jul, 2010
1 commit
29 Jun, 2010
6 commits
-
…_as_follower now accept's AR options (cherry picking from commit 0301b921041b665340df72dc5eb862875223b9d3)
-
…erry picking from commit 90bb116faef7e42c18511a7495e1ce72e1626604)
-
…7420c8f698a0fba0a7417e2dd3)
-
…issing for that as well, ex: @user.following_users_count
10 Nov, 2009
1 commit
08 Nov, 2009
1 commit
06 Sep, 2009
1 commit
-
Signed-off-by: Tom Cocca <tom.cocca@gmail.com>
05 Sep, 2009
2 commits
30 Apr, 2009
1 commit
28 Dec, 2008
2 commits
-
…d the followed_by? bug. Can't use follower.follows.find need to use Follow.find and pass in all 4 args.