Project

kawara

0.0
No commit activity in last 3 years
No release in over 3 years
Mountable blog engine for Rails application
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.1.3, ~> 1.1
>= 4.6.0, ~> 4.6
>= 2.2.0, ~> 2.2
>= 3.4.2, ~> 3.4
>= 2.3.5, ~> 2.3
>= 3.1.1, ~> 3.1
>= 1.3.11, ~> 1.3
>= 3.3.0, ~> 3.3

Runtime

>= 3.0.3, ~> 3.0
>= 5.1.0, ~> 5.1
>= 1.10.0, ~> 1.10
>= 4.2.6, ~> 4.2
>= 0.6.2, ~> 0.6
>= 0.2.0, ~> 0.2
>= 0.2.0, ~> 0.2
>= 1.0.0, ~> 1.0
 Project Readme

Kawara

Blog media gem. This project rocks and uses MIT-LICENSE.

Features

Article contents are written by Kramdown gem

Images are handled by Refile gem

Categories are managed by Awesome Nested Set gem

Getting Started

Add kawara gem to your Gemfile.

gem kawara

Install kawara gem.

bundle install

Copy migration files.

bin/rake kawara:install:migrations

Run migrations.

bin/rake db:migrate

Load seed data.

bin/rails runner 'Kawara::Engine.load_seed'

Add route to kawara engine in your routes.rb.

mount Kawara::Engine => '/blog'