ruby-on-rails – 用于在Rails应用程序中创建全功能博客的Gem
我需要一个gem来在我的rails应用程序中创建一个Blog.
我们可以编写一大堆代码,但对于这个小任务,有效的Gem更可取. 请建议一个好的Gem用于创建支持以下功能的博客: - Adding static Blog contents. - Feature to have image in blog - Visitor/Viewer must be able to comment/share the blog ( will be much nicer if can be commented/shared via Facebook account) 我通过了宝石,如: - "Redcloth" (for creating static web pages quickly; quite unsure will it be able to handle image & comment facility. ) - Gem "dynarex-blog" (for creating blog,but unable to find good tutorial / proper documentation for integrating it with my Application). 解决方法
以下是您可能从中受益的更多资源:
教程 > How to build a blog in Rails 4 宝石 > CanCan(管理员授权能力) 博客 如果我要创建一个简单的博客应用程序,我会这样: >创建帖子,类别,标签,评论,图像模型 (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |