There's an answer to my question - how to find entries with no tags using acts-as-taggable-on ?
but is unfortunately highly inefficient. It makes one hit to the db during the loop
I have 10,000 records, and if im going to loop through all them and the code hits one query for all 10k, it will be unacceptable.
looking for a more efficient solution.
Thanks.