i don't know if this happens with you guys but when the column 'tagger_id' and tagger_type are both filled out meaning all the columns are filled out in the taggings table, when you do this:
record.category_list where record has acts_as_taggable_on :category
it prints out empty.
Remove the tagger_id and the tagger_type it will print the category_list find.
Note that doing this:
record.taggings results in rows so i don't undrstand why it prints out empty.
Also,
record.categories_from(account) results in undefined method. in the README it says that doing @some_path.locations_from but it seems that function deos not exist and true enough i search for "_from" in the code did not find any.