【发布时间】:2014-01-27 18:15:08
【问题描述】:
我需要一个 gem 来在我的 rails 应用程序中创建博客。 我们可以编写一大堆代码,但对于这个小任务,最好使用有效的 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)
我通过 Gems 喜欢:
- "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).
【问题讨论】:
标签: ruby-on-rails gem blogs redcloth