diff --git a/v22.1/install-client-drivers.md b/v22.1/install-client-drivers.md index 775c2f165d6..fecbea6bac6 100644 --- a/v22.1/install-client-drivers.md +++ b/v22.1/install-client-drivers.md @@ -333,7 +333,7 @@ $ gem install activerecord pg activerecord-cockroachdb-adapter ~~~ {{site.data.alerts.callout_info}} -The exact command above will vary depending on the desired version of Active Record. Specifically, version 5.1.x of Active Record requires version 0.2.x of the adapter; version 5.2.x of Active Record requires version 5.2.x of the adapter; version 6.0.x of Active Record requires version 6.0.x of the adapter; version 7.0.x of Active Record requires version 7.0.x of the adapter. +The exact command above will vary depending on the desired version of Active Record. Specifically, version 6.0.x of Active Record requires version 6.0.x of the adapter and version 7.0.x of Active Record requires version 7.0.x of the adapter. {{site.data.alerts.end}} For a simple but complete example app, see [Build a Ruby App with CockroachDB and Active Record](build-a-ruby-app-with-cockroachdb-activerecord.html). diff --git a/v22.1/spatial-data.md b/v22.1/spatial-data.md index 46b619c7160..68a99dfe7f4 100644 --- a/v22.1/spatial-data.md +++ b/v22.1/spatial-data.md @@ -39,7 +39,7 @@ The following ORM spatial libraries are fully compatible with CockroachDB's spat - [RGeo/RGeo::ActiveRecord](https://github.com/rgeo/rgeo-activerecord) - CockroachDB's Active Record adapter ([`activerecord-cockroachdb-adapter`](https://github.com/cockroachdb/activerecord-cockroachdb-adapter)) uses [RGeo](https://github.com/rgeo/rgeo) and [RGeo::ActiveRecord](https://github.com/rgeo/rgeo-activerecord) for spatial support with Active Record v5.2.2+, v6.0.0+, and v7.0.0+. For information about using CockroachDB spatial features with Active Record, see the [`activerecord-cockroachdb-adapter` README](https://github.com/cockroachdb/activerecord-cockroachdb-adapter#working-with-spatial-data). + CockroachDB's Active Record adapter ([`activerecord-cockroachdb-adapter`](https://github.com/cockroachdb/activerecord-cockroachdb-adapter)) uses [RGeo](https://github.com/rgeo/rgeo) and [RGeo::ActiveRecord](https://github.com/rgeo/rgeo-activerecord) for spatial support with Active Record v6.0.0+ and v7.0.0+. For information about using CockroachDB spatial features with Active Record, see the [`activerecord-cockroachdb-adapter` README](https://github.com/cockroachdb/activerecord-cockroachdb-adapter#working-with-spatial-data). - [GeoDjango](https://github.com/cockroachdb/django-cockroachdb#gis-support)