Sha256: 6b73cb8570792202d5390431dc41d880c5f7b3e9a8b203f6a83c79eb765a64a2
Contents?: true
Size: 1.65 KB
Versions: 1
Compression:
Stored size: 1.65 KB
Contents
# ComfyBlog ComfyBlog is a simple blog management engine for [ComfortableMexicanSofa](https://github.com/comfy/comfortable-mexican-sofa) [](http://rubygems.org/gems/comfy_blog) [](http://rubygems.org/gems/comfy_blog) [](https://travis-ci.org/comfy/comfy-blog) [](https://gemnasium.com/comfy/comfy-blog) [](https://codeclimate.com/github/comfy/comfy-blog) [](https://coveralls.io/r/comfy/comfy-blog?branch=master) [](https://gitter.im/comfy/comfortable-mexican-sofa) ## Dependencies Make sure that you have [ComfortableMexicanSofa](https://github.com/comfy/comfortable-mexican-sofa) installed first. ## Installation Add gem definition to your Gemfile: ```ruby 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: ```ruby 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. --- Copyright 2009-2017 Oleg Khabarov
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
comfy_blog-2.0.3 | README.md |