... | ... | @@ -9,7 +9,6 @@ |
|
|
|
|
|
# Installation
|
|
|
|
|
|
|
|
|
To install torque-postgresql you need to add the following to your Gemfile:
|
|
|
```ruby
|
|
|
gem 'torque-postgresql', '~> 0.1'
|
... | ... | @@ -20,3 +19,26 @@ Also, run: |
|
|
```
|
|
|
$ bundle
|
|
|
```
|
|
|
|
|
|
# Features
|
|
|
|
|
|
* [Config](https://github.com/crashtech/torque-postgresql/wiki/Configuring-Torque-PostgreSQL)
|
|
|
|
|
|
# How to Contribute
|
|
|
|
|
|
To start, simply fork the project, create a `.env` file following this example:
|
|
|
|
|
|
```
|
|
|
DATABASE_URL="postgres://USER:PASSWORD@localhost/DATABASE"
|
|
|
```
|
|
|
|
|
|
Run local tests using:
|
|
|
```
|
|
|
$ bundle install
|
|
|
$ bundle exec rake spec
|
|
|
```
|
|
|
Finally, fix and send a pull request.
|
|
|
|
|
|
## License
|
|
|
|
|
|
Copyright (c) 2017- Carlos Silva. See [The MIT License](MIT-LICENSE) for further details. |
|
|
\ No newline at end of file |