27 Jun, 2014
1 commit
-
Use AR #where instead of #order in #apply_options_to_scope for option wi...
25 Jun, 2014
1 commit
05 Dec, 2013
2 commits
-
respond_to? doesn't return true for dynamic methods added by method_missing
15 Sep, 2013
1 commit
-
Update the code to work with Rails 4.
25 Aug, 2013
1 commit
24 Aug, 2013
1 commit
16 Oct, 2011
2 commits
-
…have includes, attribution in the readme
-
…dy exposed in follower, this standardizes what can be accessed through each module
21 Sep, 2011
2 commits
20 Sep, 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
8 commits
-
…_as_follower now accept's AR options (cherry picking from commit 0301b921041b665340df72dc5eb862875223b9d3)
-
…erry picking from commit 90bb116faef7e42c18511a7495e1ce72e1626604)
-
…7420c8f698a0fba0a7417e2dd3)
-
…c185b8fcc35b9de10f196097a659c5)
-
…issing for that as well, ex: @user.following_users_count
10 Nov, 2009
1 commit
-
…than keep the model in the plugin, adds more flexability renamed the generator to acts_as_follower
08 Nov, 2009
1 commit
06 Sep, 2009
1 commit
-
Signed-off-by: Tom Cocca <tom.cocca@gmail.com>
05 Sep, 2009
1 commit
30 Apr, 2009
1 commit
17 Dec, 2008
1 commit
-
Added tests for above. Props to m3talsmith for the bug deploy. Signed-off-by: Tom Cocca <tom.cocca@gmail.com>
21 Nov, 2008
1 commit
-
Update testing documenation to be clearer.
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
01 Nov, 2008
1 commit
-
Added testing documentation.
31 Oct, 2008
6 commits
-
… actual records rather than the follows records.
-
Added rcov rake tasks.