Vermonster / copycat

Copycat is a Rails engine that allows editing live website copy using existing i18n view helpers
MIT License
44 stars 19 forks source link

Deal with LIKE #11

Closed steve9001 closed 12 years ago

steve9001 commented 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.

steve9001 commented 12 years ago

Just make sure you have arel > 2.2.3 and LIKE should work now.