Merge pull request #1249 from Schwad/patch-1

Squeel should no longer be recommended
This commit is contained in:
Sean 2021-09-11 14:23:50 +02:00 committed by GitHub
commit 4caf7c25b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -11,9 +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). Try [Squeel](https://github.com/activerecord-hackery/squeel)
instead.
or controller layer, you're probably not looking for Ransack.
## Getting started