タグの「ピリオド」

この問題を修正するには、おそらく Rails コンソールを使用する必要があります:

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