Sha256: 3fe2b77fa36de70b44eeedc7391597d4677791697ef8b8acc4fdfc3bf995b1e0
Contents?: true
Size: 509 Bytes
Versions: 4
Compression:
Stored size: 509 Bytes
Contents
# Bongo Rails engine for blogging using Trix and MongoDB. ## Installation Add this line to your application's `Gemfile`: ```ruby gem 'bongo' ``` And then execute: ```bash $ bundle ``` Add its assets to your `application.scss` and `application.js`: ```javascript //= require "bongo/application" ``` Mount the engine in your `routes.rb`: ```ruby mount Bongo::Engine, at: "/blog" ``` ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bongo-0.1.1 | README.md |
bongo-0.1.0 | README.md |
bongo-0.0.4 | README.md |
bongo-0.0.3 | README.md |