Sha256: fd7ef847d9ddaf500dd782285ef9407bcaa00c498a5aef192066792a082428e8
Contents?: true
Size: 509 Bytes
Versions: 1
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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bongo-0.2.0 | README.md |