Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Marks that gem is no longer actively maintained, invites new maintainer or migration option. #428

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down