Project

comfy_blog

0.13
No release in over 3 years
Low commit activity in last 3 years
Simple Blog Engine for ComfortableMexicanSofa
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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