Class: ActiveRecord::Relation

Inherits:
Object
  • Object
show all
Defined in:
lib/arjdbc/abstract/relation_query_attribute_monkey_patch.rb

Overview

NOTE: improved implementation for hash methods that is used to compare objects. AR and arel commonly use [a, b] - [b] operations and JRuby internally uses the hash method to implement that operation, on the other hand, CRuby does not use the hash method for small arrays (length <= 16).

Defined Under Namespace

Modules: RelationQueryAttributeMonkeyPatch Classes: QueryAttribute