Ruby on Rails:需要向导/Spring Webflow 类型解决方案的建议
我正在开始使用 Ruby on Rails 3 开发多页面 Web 应用程序。我的 Web 应用程序不会直接使用数据库 - 它将调用 Web 服务来保存收集到的信息。
是否有更高级的 RoR 开发人员会推荐的 Spring Webflow 等价物?我查看了 Wizardly 和 Actaswizard 的示例。这两个库似乎都使用 ActiveRecord。一些同事尝试过 Spring Webflow,似乎效果很好,但我真的很想找到一个 RoR 解决方案。如果有可用的话,我的团队愿意考虑 Rails 3.1 解决方案。
任何反馈将不胜感激。谢谢!
I'm starting work on a multi-page web application using Ruby on Rails 3. My webapp won't be using a database directly - it'll be calling a web service to persist the collected information.
Are there any equivalents to Spring Webflow that more advanced RoR developers would recommend? I've looked at examples for wizardly and actsaswizard. Both libraries seem to use ActiveRecord. A few co-workers have experimented with Spring Webflow, which seems to work well, but I'd really like to find a RoR solution. My team would be open to looking at a Rails 3.1 solution, if available.
Any feedback would be greatly appreciated. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
https://github.com/jcoglan/action_flow(可能需要对较新的 Rails 进行一些调整)
http://rubyforge.org/frs/?group_id=2769(无文档,看起来是阿尔法)
但请注意每个项目的年龄和活动水平......
https://github.com/jcoglan/action_flow (may take some rejigging for newer Rails)
http://rubyforge.org/frs/?group_id=2769 (no docs, looks alpha)
Note the age and activity levels on each project though...