Skip to content

thutterer/bongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.