标签中的“句号”

您可能需要使用 rails 控制台来修复此问题:

t = Tag.find_by_name(".oldnamewithperiod")
t.name = "newnamewithoutperiod"
t.save