... | ... | @@ -13,8 +13,10 @@ |
|
|
|
|
|
To install torque-postgresql you need to add the following to your Gemfile:
|
|
|
```ruby
|
|
|
gem 'torque-postgresql', '~> 1.1' # For Rails < 6.0
|
|
|
gem 'torque-postgresql', '~> 2.0' # For Rails >= 6.0
|
|
|
gem 'torque-postgresql', '~> 1.1' # For Rails < 6.0
|
|
|
gem 'torque-postgresql', '~> 2.0' # For Rails >= 6.0 < 6.1
|
|
|
gem 'torque-postgresql', '~> 2.0.4' # For Rails >= 6.1
|
|
|
gem 'torque-postgresql', '~> 3.0' # For Rails >= 7.0
|
|
|
```
|
|
|
|
|
|
Also, run:
|
... | ... | @@ -35,10 +37,6 @@ These are the currently available features: |
|
|
|
|
|
* [Configuring](https://github.com/crashtech/torque-postgresql/wiki/Configuring)
|
|
|
|
|
|
## Core Extensions
|
|
|
|
|
|
* [~~Range~~](https://github.com/crashtech/torque-postgresql/wiki/Range) (DEPRECATED)
|
|
|
|
|
|
## Datatypes
|
|
|
|
|
|
* [Enum](https://github.com/crashtech/torque-postgresql/wiki/Enum)
|
... | ... | |