Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 Rails 应用程序中有多个表单,直到昨晚都运行良好。由于没有对表单进行任何实际修改,我的表单标签甚至都不再出现在 HTML 中。
是否有任何快速解决方法,或者发生这种情况的任何已知原因?谢谢!
我找到了解决方案!
没有错误,但发生的事情是我昨晚创建了两个辅助方法,其中一个或两个与表单生成中使用的名称冲突。
我的方法是concatand tag_length,这两者似乎都可能受到干扰:p
concat
tag_length