Skip to content

Instantly share code, notes, and snippets.

@Intrepidd
Created August 8, 2012 13:15
Show Gist options
  • Select an option

  • Save Intrepidd/3294964 to your computer and use it in GitHub Desktop.

Select an option

Save Intrepidd/3294964 to your computer and use it in GitHub Desktop.
Case sensivity search for active record
Model.where('my_string LIKE BINARY ?', "This is a Test String")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment