Combine two ActiveRecord::Relation objects...
Read MoreHow to handle normalized attribute stripping away % characters when building LIKE query in arel?...
Read MoreHow do I order by lower-cased field on an aliased association without manually specifying a join?...
Read MoreHow can I update how ActiveRecord::Base#where interprets ranges?...
Read MoreHow to do a LIKE query in Arel and Rails?...
Read MoreHow to build a dynamic scope in rails...
Read MoreHow can I dump an ActiveModel record as an INSERT SQL statement?...
Read MoreHow do I escape a MySql reserved name in ActiveRecord Relations?...
Read MoreRails `where` for time less than queries...
Read MoreBuild triple UNION query using Arel (Rails 5)...
Read MoreSelect records from table where column value is contained in string (mysql with ActiveRecord)...
Read Moredb:migrate - unknown keyword: :klass - arel issue...
Read MoreHow to explicitly specify PARTITION in ActiveRecord SELECT query?...
Read MoreHow to write `(SELECT @row_index:=-1) AS r` in Arel?...
Read MoreObtain Union all result in ActiveRecord...
Read MoreHow to extract JSON element within an Arel query on Postgres (Rails 5.2.4)?...
Read MoreCheck date is not null ? (rails, arel)...
Read MoreRails Not query on entire Where clause...
Read MorePG::InvalidColumnReference: ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select l...
Read MoreConverting a SQL statement to rails command...
Read MoreBest way to find a single record using ActiveRecord 3 / Arel?...
Read MoreARel select rows by string length...
Read MoreTrying to speed up finding an index in active record query...
Read MoreHow to get active record relation of polymorphic parents from child object?...
Read MoreIs 'Arel::Nodes::Quoted' the best way to avoid injection when using 'NamedFunctions'...
Read MoreArel table query for where -> has_one through...
Read MoreArel UpdateManager with Join creates invalid SQL - how to rephrase?...
Read MoreHow to use the distinct method in Rails with Arel Table?...
Read MoreCreate an ActiveRecord::Relation in rails 6 with a different table...
Read More