Trifle
GitHub
Trifle::Docs / Installation
Learn how to install Trifle::Docs in your Ruby application.

Installation

Add this line to your application's Gemfile:

gem 'trifle-docs'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install trifle-docs

Dependencies

Trifle::Docs can be used independently of rails. You can use it as a standalone Sinatra App, or integrated inside of Rails app or as raw as using its methods directly.