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
6 commits
-
…d the followed_by? bug. Can't use follower.follows.find need to use Follow.find and pass in all 4 args.
-
…as not following himself nor anyone else. Signed-off-by: Tom Cocca <tom.cocca@gmail.com>
-
Signed-off-by: Tom Cocca <tom.cocca@gmail.com>
-
…nt methods for the same purpose.. and the STI checks makes surely sense. Signed-off-by: Tom Cocca <tom.cocca@gmail.com>
-
…d lookup there a lil bit.. no foreach iteration anymore Signed-off-by: Tom Cocca <tom.cocca@gmail.com>
17 Dec, 2008
2 commits
-
…simplyfied it by using self.class.to_s . Signed-off-by: Tom Cocca <tom.cocca@gmail.com>
-
Added tests for above. Props to m3talsmith for the bug deploy. Signed-off-by: Tom Cocca <tom.cocca@gmail.com>
20 Nov, 2008
2 commits
-
missing_method now passing tests. Made mysql the default DB for tests. Removed the database.yml file and added database.yml.example
12 Nov, 2008
1 commit
10 Nov, 2008
2 commits
07 Nov, 2008
1 commit
03 Nov, 2008
1 commit
01 Nov, 2008
1 commit
31 Oct, 2008
4 commits
-
… actual records rather than the follows records.
-
Added rcov rake tasks.