RailsPgExtrasWeb

Web UI for rails-pg-extras

Installation

Add this line to your application's Gemfile:

gem 'rails-pg-extras-web'

And then execute:

$ bundle

Update config/routes.rb

mount RailsPgExtrasWeb::Engine, at: 'pg_extras'

Authorization in production enviroment via HTTP Basic. Please set PG_EXTRAS_USER, PG_EXTRAS_PASSWORD environment variables.

Heroku example

heroku config:set PG_EXTRAS_USER=admin PG_EXTRAS_PASSWORD=secret

License

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