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
2 commits
06 Sep, 2009
1 commit
-
Signed-off-by: Tom Cocca <tom.cocca@gmail.com>
05 Sep, 2009
3 commits
30 Apr, 2009
2 commits
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>
21 Nov, 2008
2 commits
-
Added a link to Dougal's blog post
-
Update testing documenation to be clearer.
20 Nov, 2008
3 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
2 commits
10 Nov, 2008
2 commits
07 Nov, 2008
3 commits
03 Nov, 2008
1 commit
01 Nov, 2008
4 commits
-
Added testing documentation.
31 Oct, 2008
6 commits
-
… actual records rather than the follows records.
-
Added rcov rake tasks.