CMS 的 MySQL/Rails 版本控制 - 通常是如何完成的?
像 BrowserCMS for Rails 这样的项目如何实现 CMS 的版本控制?数据库内容版本控制的最佳实践是什么?它与 git/svn 有什么关系?
How do projects like BrowserCMS for Rails implement version control for a CMS? What is best practice for version control with database content? How does it relate to git/svn?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不完全确定这是否是您所要求的,但有很多解决方案使用 activerecord 模型级版本控制。
Vestal Versions、acts_as_versioned、has_versions、acts_as_revisable...
这是一个拥挤的插件空间..这里是 Ruby 工具箱列表。
I'm not completely certain if this is what you are asking but there are a lot of solutions that use activerecord model level versioning.
Vestal Versions, acts_as_versioned, has_versions, acts_as_revisable....
It's a crowded plugin space..here is the ruby toolbox listing.