楼主:
isnora (nora)
2013-07-07 22:45:36抱歉,我好像找到解决方式了,但是感觉不太合理。
http://rubydoc.info/gems/acts-as-taggable-on/2.4.1/frames
文件上有一个范例
# Find a user with matching all tags, not just one
User.tagged_with(["awesome", "cool"], :match_all => true)
结果,我把 match_all 这个选项拿掉,一切就正常了… 0rz...