Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thutterer/bongo

Rails engine for blogging
https://github.com/thutterer/bongo

blogging rails trix

Last synced: 1 day ago
JSON representation

Rails engine for blogging

Awesome Lists containing this project

README

        

# 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).