gpt4 book ai didi

ruby-on-rails - 用于在 Rails 应用程序中创建全功能博客的 Gem

转载 作者:行者123 更新时间:2023-12-04 02:52:43 25 4
gpt4 key购买 nike

关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。












想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。

6年前关闭。




Improve this question




我需要一个 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).

最佳答案

以下是您可能受益的更多资源:

教程

  • How to build a blog in Rails 4
  • Rails Blog Tutorial
  • Simple Backend Area

  • gem
  • CanCan (用于管理员授权能力)
  • Slugalicious (对于slugged路线)
  • Redactor (对于所见即所得)
  • Paperclip (用于图片上传)


  • 博客

    如果我要创建一个简单的博客应用程序,我会这样做:
  • 创建 Post , Category , Tag , Comment , Image型号
  • 在路由中使用 Slugalicious 路由到具有以下路由的帖子:domain.com/blog/your-post-title
  • 添加管理区域(可能使用 ActiveAdmin || RailsAdmin ),但您可能希望使用 this tutorial 创建自己的管理区域
  • 我会使用所见即所得(例如 Redactor )在管理区域中创建帖子。查看 Petekun 的帖子,我建议您使用 Markdown 格式结构(保持一切干燥)
  • 使用 CanCan确定哪些用户角色可以写评论等
  • 图片可以上传PaperclipCarrierwave
  • 关于ruby-on-rails - 用于在 Rails 应用程序中创建全功能博客的 Gem,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21016098/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com