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
Installation
Add this line to your application's Gemfile:
gem 'rails-pg-extras-web'And then execute:
$ bundleUpdate 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=secretLicense
The gem is available as open source under the terms of the MIT License.
