Bongo

Rails engine for blogging using Trix and MongoDB.

Installation

Add this line to your application's Gemfile:

gem 'bongo'

And then execute:

$ bundle

Add its assets to your application.scss and application.js:

//= require "bongo/application"

Mount the engine in your routes.rb:

mount Bongo::Engine, at: "/blog"

License

The gem is available as open source under the terms of the MIT License.