RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: rapcal
For those experiencing the same issue, just use UPPER before the input and searchable item. So, in the screencast example, it would be 'UPPER(name) LIKE UPPER(?)'
I've just realized this is an sqlite issue, since on Heroku (Postgre) everything is working properly.
Any way to make it work better with UTF-8 characters? If I have "
Any suggestions on how to get UTF-8 characters like "
For those experiencing the same issue, just use UPPER before the input and searchable item. So, in the screencast example, it would be 'UPPER(name) LIKE UPPER(?)'
I've just realized this is an sqlite issue, since on Heroku (Postgre) everything is working properly.
Any way to make it work better with UTF-8 characters? If I have "
Any suggestions on how to get UTF-8 characters like "