Rails3:多页面向导的不同页面有哪些 REST URL?
我对 Rails 及其全 REST 概念很陌生。
我正在使用 Rails3 编写一个考试网站。
在考试期间,用户必须回答分布在 4 页上的问题(有点像向导)。
这在 REST 中如何转化?
我可能会有一个带有 /examinations/new
URL 的 Examination
模型,但我需要 4 个页面中的每一个页面有 4 个 URL,如何在 Rails3 中实现这一点?
I am new to Rails and its all-REST concept.
I am writing an exam website with Rails3.
During an examination, a user has to answer questions that are spread over 4 pages (kind of like a wizard).
How does this translate in REST?
I will probably have an Examination
model with an /examinations/new
URL, but I need 4 URLs for each of the 4 pages, how to achieve this in Rails3?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://railscasts.com/episodes/217-multistep-forms 可能会回答你的问题。
Odds are this http://railscasts.com/episodes/217-multistep-forms will answer your question.