pghero

Set up pghero to gain performance insights into postgresql
Icons/chart bar
Used 25 times
Created by
T TobiasBales

Usage

Run this command in your Rails app directory in the terminal:

rails app:template LOCATION="https://railsbytes.com/script/Vp7s63"
Template Source

Review the code before running this template on your machine.

gem 'pghero'

Bundler.with_unbundled_env { run 'bundle install' }

route 'mount PgHero::Engine, at: "pghero"'
Comments

Sign up or Login to leave a comment.