Skip to content

bustikiller/riews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Riews

Codacy Badge Build Status security Coverage Status

Short description and motivation.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem 'riews', git: 'https://github.com/bustikiller/riews'

And then execute:

$ bundle

Or install it yourself as:

$ gem install riews

Please, take into account that there is no stable release yet.

Mounting the routes

Add this line to your application's routes file:

mount Riews::Engine, at: '/riews', as: :riews

Executing the migrations

Import and execute the migrations:

rake riews:install:migrations
rake db:migrate

License

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