gitlab-org--gitlab-foss/changelogs/unreleased/blackst0ne-rails5-fix-snippets-finder.yml
blackst0ne 53ea0f221e [Rails5] Fix snippets_finder arel queries
There is a bug https://github.com/rails/arel/issues/531 in Rails 5.0 and
5.1 in Arel/ActiveRecord.

This commit converts arel based queries to their raw counterparts to
make the finder work in Rails 5.0.

These changes should be reverted when on Rails 5.2 as since that version
such queries work well again. See the bug link.
2018-06-14 11:20:11 +11:00

5 lines
110 B
YAML

---
title: "[Rails5] Fix snippets_finder arel queries"
merge_request: 19796
author: "@blackst0ne"
type: fixed