This application is not finished yet, please do not use it in production
A web interface of postgresql which you can mount onto your rails application
Add this line to your application's Gemfile:
gem 'postgresql-web'
And then execute:
$ bundle
Or install it yourself as:
$ gem install postgresql-web
Mount Postgresql Web application by put following code into routes.rb
mount PostgresqlWeb::App => "/postgresql-web"
Then vist the appliction at http://localhost:3000/postgresql-web
- Fork it ( https://github.com/allenwei/postgresql-web/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request