All Projects → comfy → Comfy Blog

comfy / Comfy Blog

Licence: mit
Blog Engine for ComfortableMexicanSofa (Rails 5.2+)

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Comfy Blog

Comfortable Mexican Sofa
ComfortableMexicanSofa is a powerful Ruby on Rails 5.2+ CMS (Content Management System) Engine
Stars: ✭ 2,707 (+2662.24%)
Mutual labels:  rails-engine, rails
Maily
📫 Rails Engine to preview emails in the browser
Stars: ✭ 502 (+412.24%)
Mutual labels:  rails-engine, rails
Lines Engine
Lines is a customizable blog framework for Rails. It aims at making publishing simple and beautiful.
Stars: ✭ 191 (+94.9%)
Mutual labels:  blog, rails-engine
Flipflop
Flipflop lets you declare and manage feature flags in your Rails application.
Stars: ✭ 165 (+68.37%)
Mutual labels:  rails-engine, rails
Fae
CMS for Rails. For Reals.
Stars: ✭ 701 (+615.31%)
Mutual labels:  rails-engine, rails
Workflow core
[Deprecated, use flor_core instead] A Rails engine which providing essential infrastructure of workflow. It's based on Workflow Nets.
Stars: ✭ 171 (+74.49%)
Mutual labels:  rails-engine, rails
Material icons
A simple Rails wrapper for Google Material Icons
Stars: ✭ 266 (+171.43%)
Mutual labels:  rails-engine, rails
Role core
🔐A Rails engine providing essential industry of Role-based access control.
Stars: ✭ 262 (+167.35%)
Mutual labels:  rails-engine, rails
Stories
Medium clone built with Ruby on Rails
Stars: ✭ 688 (+602.04%)
Mutual labels:  blog, rails
Rails email preview
Preview and edit app mailer templates in Rails.
Stars: ✭ 524 (+434.69%)
Mutual labels:  rails-engine, rails
Redis web manager
Manage your Redis instance (see keys, memory used, connected client, etc...)
Stars: ✭ 139 (+41.84%)
Mutual labels:  rails-engine, rails
Tabler Rubygem
Rubygem for https://tabler.github.io
Stars: ✭ 77 (-21.43%)
Mutual labels:  rails-engine, rails
Spotlight
Spotlight enables librarians, curators, and others who are responsible for digital collections to create attractive, feature-rich websites that highlight these collections.
Stars: ✭ 137 (+39.8%)
Mutual labels:  rails-engine, rails
Form core
A Rails engine providing ability to generate dynamic form.
Stars: ✭ 175 (+78.57%)
Mutual labels:  rails-engine, rails
Rails server timings
Server Timing headers for Rails apps
Stars: ✭ 112 (+14.29%)
Mutual labels:  rails-engine, rails
Kails
A Web App like Ruby on Rails with Koa2, Webpack and Postgres
Stars: ✭ 512 (+422.45%)
Mutual labels:  blog, rails
Sudo rails
🔒 Sudo mode for your Rails controllers
Stars: ✭ 66 (-32.65%)
Mutual labels:  rails-engine, rails
Thredded
The best Rails forums engine ever.
Stars: ✭ 1,263 (+1188.78%)
Mutual labels:  rails-engine, rails
Validates timeliness
Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.
Stars: ✭ 1,319 (+1245.92%)
Mutual labels:  rails
Druid On Rails
Rails learning Hub, related to Ruby, Rails and everything in between
Stars: ✭ 96 (-2.04%)
Mutual labels:  rails

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].