Important!

RailsPgExtrasWeb is merged with rails-pg-extras since version 4.0.0. Please used this gem instead.

RailsPgExtrasWeb

Web UI for rails-pg-extras

WebUI

Installation

Add this line to your application’s Gemfile:

“by gem ‘rails-pg-extras-web’

And then execute:

“sh $ bundle

Update config/routes.rb

“by 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

“sh 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.