From 5aaad855aa375b699edd95b005ba5649e2617778 Mon Sep 17 00:00:00 2001 From: Nick Schwaderer Date: Thu, 26 Apr 2018 12:29:51 +0100 Subject: [PATCH] Marks that gem is no longer actively maintained, invites new maintainer or migration option. Ernie mentioned in mid 2016 that he was happy to put a reference to baby_squeel in the project if the maintainers were no longer willing to maintain this project https://github.com/activerecord-hackery/squeel/issues/412. It's been three years and no new commits. I think this will be helpful to invite more maintainers as well as give information for those upgrading past 4. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c0b7078..191adba 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Squeel [![Build Status](https://secure.travis-ci.org/activerecord-hackery/squeel.png)](http://travis-ci.org/activerecord-hackery/squeel) [![endorse](http://api.coderwall.com/ernie/endorsecount.png)](http://coderwall.com/ernie) +**NOTE**: Squeel is no longer actively maintained. [New maintainers are welcome.](https://ernie.io/2013/11/17/anyone-interested-in-activerecord-hackery/) At this point the gem [does not support ActiveRecord 5+.](https://github.com/activerecord-hackery/squeel/issues/412) If you are not interested in maintaining Squeel but need to upgrade, [baby_squeel](https://github.com/rzane/baby_squeel) will allow you to migrate with just a few syntactical changes (and supports ActiveRecord <= 5.2). [Click here for migration information](https://github.com/rzane/baby_squeel/wiki/Migrating-from-Squeel) + Squeel lets you write your Active Record queries with fewer strings, and more Ruby, by making the Arel awesomeness that lies beneath Active Record more accessible.