태그에 있는 마침표

이 문제를 해결하려면 rails 콘솔을 사용해야 할 가능성이 높습니다:

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