Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • T torque-postgresql
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Carlos
  • torque-postgresql
  • Wiki
  • Home

Home · Changes

Page history
Updated Home (markdown) authored Apr 11, 2017 by Lucas Serrano's avatar Lucas Serrano
Hide whitespace changes
Inline Side-by-side
Home.md
View page @ 255b3ce6
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
# Installation # Installation
To install torque-postgresql you need to add the following to your Gemfile: To install torque-postgresql you need to add the following to your Gemfile:
```ruby ```ruby
gem 'torque-postgresql', '~> 0.1' gem 'torque-postgresql', '~> 0.1'
...@@ -19,4 +18,27 @@ Also, run: ...@@ -19,4 +18,27 @@ Also, run:
``` ```
$ bundle $ bundle
``` ```
\ No newline at end of file
# 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
Clone repository
  • Arel
  • Auxiliary Statements
  • Belongs to Many
  • Box
  • Circle
  • Configuring
  • Date Time Range
  • Distinct On
  • Dynamic Attributes
  • Enum Set
  • Enum
  • Has Many
  • Home
  • Inherited Tables
  • Insert All
View All Pages