Closed steve9001 closed 12 years ago
The original LIKE implementation was reported to be incompatible with MySQL. The subsequent implementation used .to_sql of arel but that appears to require a recent version of either Rails or Arel, and isn't compatible with Rails 3.1.
Just make sure you have arel > 2.2.3 and LIKE should work now.
The original LIKE implementation was reported to be incompatible with MySQL. The subsequent implementation used .to_sql of arel but that appears to require a recent version of either Rails or Arel, and isn't compatible with Rails 3.1.