Rails アプリケーションでブログを作成するための gem が必要です。コード全体を書くことはできますが、この小さなタスクには効果的な 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).