如何使用 Rails 创建网页模板编辑器
我对 Rails 还很陌生,我正在尝试在 Rails 中构建一个 Web 模板编辑器,用户可以在没有任何编程知识的情况下进入并创建他们的网站。
类似于:
http://imcreator.com/
muse.adobe.com
www.wix.com
www.squarespace.com
我想知道是否有任何宝石或插件
我还被告知我应该寻找一个控件库?有什么想法吗?
I'm pretty new to rails, and i'm trying to build a web template editor in rails where users can come in and create their websites without having any programming knowledge.
something similar to:
http://imcreator.com/
muse.adobe.com
www.wix.com
www.squarespace.com
I'm wondering if there are any gems or plugins
I was also told that i should look for a control library? any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有许多 CMS 套件,例如 Refinery、Radiant,或者您可以使用类似 舒适的墨西哥沙发,由我的同事维护。
构建 CMS 并不是特别棘手,但构建一个良好的通用型 CMS 可能会很麻烦。
There are a number of CMS kits like Refinery, Radiant, or you can use something like Comfortable Mexican Sofa which is maintained by an associate of mine.
Building a CMS isn't especially tricky, but getting a good general-purpose one built can be fussy.
CMS 可以解决这个问题吗?喜欢 RefineryCMS.com 吗?
我也会这么做——但会采取另一种方法。更多的是“展示/陈列室”方向,其中模板是预先制作的,但他们可以上传艺术品和更改内容。
无论如何——祝你好运!
Would a CMS work for this? Like RefineryCMS.com?
I'm going to be doing this too - but will be taking another approach. More of a 'showcase/showroom' direction where the templates are pre-made but they can upload artwork and change content.
Anyhow - good luck!