From 71ce5b0a2aa199311d06c117139e7f49f5548ff3 Mon Sep 17 00:00:00 2001 From: Nick Schwaderer Date: Fri, 10 Sep 2021 16:35:27 +0100 Subject: [PATCH 1/2] This gem should no longer be recommended See background: https://github.com/activerecord-hackery/squeel/pull/428 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d729abcd7..ff7f75707 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,7 @@ for your Ruby on Rails application ([demo source code here](https://github.com/activerecord-hackery/ransack_demo)). If you're looking for something that simplifies query generation at the model or controller layer, you're probably not looking for Ransack (or MetaSearch, -for that matter). Try [Squeel](https://github.com/activerecord-hackery/squeel) -instead. +for that matter). ## Getting started From 1eebe0510d4e14709534f410c0184b2c707f15fb Mon Sep 17 00:00:00 2001 From: Sean <11340230+seanfcarroll@users.noreply.github.com> Date: Sat, 11 Sep 2021 14:19:50 +0200 Subject: [PATCH 2/2] Remove reference to Metasearch --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ff7f75707..698da359c 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ Ransack enables the creation of both for your Ruby on Rails application ([demo source code here](https://github.com/activerecord-hackery/ransack_demo)). If you're looking for something that simplifies query generation at the model -or controller layer, you're probably not looking for Ransack (or MetaSearch, -for that matter). +or controller layer, you're probably not looking for Ransack. ## Getting started