WildcardSearch is a module from Ennova's Envision application used with permission. The purpose of this module is to allow users to search fields of all records of a model for certain keywords.
The usage example is in usage.rb for this gist and the code uses ARel extensively.
The includes
method is from ARel and does a LEFT OUTER JOIN
on the association specified's table, providing we fetch fields from that table in the where
. For more information see this post: http://ruby.ryanbigg.com/post/1468788928/left-outer-join-with-arel