From 9cc39253b6c7953d1afccf005c40f3ac73ce78c3 Mon Sep 17 00:00:00 2001 From: Marcelo Menezes Date: Mon, 23 Aug 2021 11:41:53 -0300 Subject: [PATCH] Suggest ActiveRecordExtended as an alternative to Rails > 5 Suggest ActiveRecordExtended gem as an alternative to projects running Rails > 5 as there is no plan to update this gem to be compatible with Rails > 5. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f38dfc..b3d9c65 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # This Gem is No Longer Maintained -It still works and may be useful to you for Rails versions < 5, but will not be updated to be compatible with Rails version > 5. +It still works and may be useful to you for Rails versions < 5, but will not be updated to be compatible with Rails version > 5. + +If you need support for Rails > 5 consider using [ActiveRecordExtended](https://github.com/georgekaraszi/ActiveRecordExtended) # PostgresExt