From 67c36cc9e343894de1d7752aa1f97bd115a016e1 Mon Sep 17 00:00:00 2001 From: James Blackwood-Sewell Date: Mon, 13 Jul 2026 20:47:44 +1200 Subject: [PATCH 1/4] docs: Update README and gem description to match new positioning --- README.md | 17 ++++++++++++----- rails-paradedb.gemspec | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b362d2b..98ebbc3 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,18 @@ - +

- ParadeDB -
+ + + + + The ParadeDB logo. + + +

- Simple, Elastic-quality search for Postgres
+ Search without a second system.
+ One Postgres for your application data, full-text search, vector retrieval, and aggregations.

@@ -30,7 +37,7 @@ ## ParadeDB for Rails -The official ActiveRecord integration for [ParadeDB](https://paradedb.com), including first-class support for managing BM25 indexes and running queries using the full ParadeDB API. Follow the [getting started guide](https://docs.paradedb.com/documentation/getting-started/environment#rails) to begin. +The official ActiveRecord integration for [ParadeDB / pg_search](https://paradedb.com), including first-class support for managing BM25 indexes and running queries using the full ParadeDB API. Follow the [getting started guide](https://docs.paradedb.com/documentation/getting-started/environment#rails) to begin. ## Requirements & Compatibility diff --git a/rails-paradedb.gemspec b/rails-paradedb.gemspec index db4b0ae..e6c2917 100644 --- a/rails-paradedb.gemspec +++ b/rails-paradedb.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |spec| spec.email = ["support@paradedb.com"] spec.summary = "ParadeDB integration for ActiveRecord" - spec.description = "Simple, Elastic-quality search for Postgres via ParadeDB and ActiveRecord." + spec.description = "Elastic-quality full-text search, vector retrieval, and aggregations in Postgres via ParadeDB and ActiveRecord." spec.homepage = "https://github.com/paradedb/rails-paradedb" spec.license = "MIT" spec.required_ruby_version = ">= 3.2" From d3b2853241e23610ba51a1360c1b1b1a07d7f930 Mon Sep 17 00:00:00 2001 From: James Blackwood-Sewell Date: Tue, 14 Jul 2026 13:30:54 +1200 Subject: [PATCH 2/4] docs: Remove positioning comment from README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 98ebbc3..4dcfe83 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -

From 252d43707f01efe833543ab0eb34704bc56987c3 Mon Sep 17 00:00:00 2001 From: James Blackwood-Sewell Date: Tue, 14 Jul 2026 13:33:25 +1200 Subject: [PATCH 3/4] docs: Introduce pg_search in its own sentence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dcfe83..801a3f0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ ## ParadeDB for Rails -The official ActiveRecord integration for [ParadeDB / pg_search](https://paradedb.com), including first-class support for managing BM25 indexes and running queries using the full ParadeDB API. Follow the [getting started guide](https://docs.paradedb.com/documentation/getting-started/environment#rails) to begin. +The official ActiveRecord integration for [ParadeDB](https://paradedb.com), including first-class support for managing BM25 indexes and running queries using the full ParadeDB API. ParadeDB is powered by [`pg_search`](https://github.com/paradedb/paradedb), a Postgres extension that adds Elastic-quality full-text search, vector retrieval, and aggregations. Follow the [getting started guide](https://docs.paradedb.com/documentation/getting-started/environment#rails) to begin. ## Requirements & Compatibility From 2324d10a81c0f44b2d6f4980d851bae3a8414523 Mon Sep 17 00:00:00 2001 From: James Blackwood-Sewell Date: Tue, 14 Jul 2026 13:59:29 +1200 Subject: [PATCH 4/4] docs: Minimize pg_search mention to a parenthetical --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 801a3f0..7d8393c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ ## ParadeDB for Rails -The official ActiveRecord integration for [ParadeDB](https://paradedb.com), including first-class support for managing BM25 indexes and running queries using the full ParadeDB API. ParadeDB is powered by [`pg_search`](https://github.com/paradedb/paradedb), a Postgres extension that adds Elastic-quality full-text search, vector retrieval, and aggregations. Follow the [getting started guide](https://docs.paradedb.com/documentation/getting-started/environment#rails) to begin. +The official ActiveRecord integration for [ParadeDB](https://paradedb.com) (powered by the [`pg_search`](https://github.com/paradedb/paradedb) Postgres extension), including first-class support for managing BM25 indexes and running queries using the full ParadeDB API. Follow the [getting started guide](https://docs.paradedb.com/documentation/getting-started/environment#rails) to begin. ## Requirements & Compatibility