Rails:带有 json/xml 输出的简单调查
我想创建一个带有 Web 表单界面的简单应用程序,用于添加问题和答案。比如投票之类的。在一种形式中,我希望有一个用于问题的文本字段和几个用于答案的可添加/可移动字段。
有一些宝石吗?我找到了 Surveyor,但它对于我的需求来说太复杂了。
I want to create a simple app with a webform interface for adding questions and answers. Something like voting. In one form I want to have a textfield for a question and several addable/removable fields for answers.
Is there some gem for that? I have found Surveyor but it is too complex for my needs.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以阅读“嵌套模型表单”教程railscasts.com,那么您至少将拥有用于创建调查的后端。
You could work through the "Nested Model Form" tutorials on railscasts.com, then you would have, at least, the backend to create your surveys.