You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`torque-postgresql` is a plugin that enhances Ruby on Rails enabling easy access to existing PostgreSQL advanced resources, such as data types and queries statements. Its features are designed to be as similar to Rails architecture and they work as smoothly as possible.
15
+
`torque-postgresql` is a plugin that enhances Ruby on Rails enabling easy access to existing PostgreSQL advanced resources, such as data types and query statements. Its features are designed to be similar to Rails architecture and work as smoothly as possible.
16
16
17
-
100% plug-and-play, with optional configurations, so that can be adapted to your project's design pattern.
17
+
Fully compatible with `schema.rb` and 100% plug-and-play, with optional configurations, so that it can be adapted to your project's design pattern.
18
18
19
19
# Installation
20
20
21
21
To install torque-postgresql you need to add the following to your Gemfile:
22
22
```ruby
23
-
gem 'torque-postgresql', '~> 1.1'# For Rails < 6.0
24
23
gem 'torque-postgresql', '~> 2.0'# For Rails >= 6.0 < 6.1
25
24
gem 'torque-postgresql', '~> 2.0.4'# For Rails >= 6.1
26
25
gem 'torque-postgresql', '~> 3.0'# For Rails >= 7.0
@@ -43,27 +42,32 @@ These are the currently available features:
0 commit comments