Repository is archived
No release in over a year
Web UI for rails-pg-extras
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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:

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.