Short description and motivation.
How to use my plugin.
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.
Add this line to your application's routes file:
mount Riews::Engine, at: '/riews', as: :riews
Import and execute the migrations:
rake riews:install:migrations
rake db:migrate
The gem is available as open source under the terms of the MIT License.