🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

comfy_blog

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

comfy_blog

2.0.7
Rubygems
Version published
Maintainers
1
Created
Source

ComfyBlog

ComfyBlog is a simple blog management engine for ComfortableMexicanSofa

Gem Version Gem Downloads Build Status Coverage Status Gitter

Dependencies

Make sure that you have ComfortableMexicanSofa installed first.

Installation

Add gem definition to your Gemfile:

gem "comfy_blog", "~> 2.0.0"

Then from the Rails project's root run:

bundle install
rails generate comfy:blog
rake db:migrate

Take a look inside your config/routes.rb file and you should see following lines there:

comfy_route :blog_admin, path: "admin"
comfy_route :blog, path: "blog"

You should also find view templates in /app/views/blog folder. Feel free to adjust them as you see fit.

Admin Area Preview

Copyright 2009-2018 Oleg Khabarov

FAQs

Package last updated on 23 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts