Rm Rm wrote:
Hello,
I have a login field in the db. when I give find_by_login('Abc'). And there is no login as 'Abc' but there is 'abc', then it returns that it exists. Shouldn't this be case sensitive by default? If not then how can I do a case sensitive search?
That's a database thing. E.g. for MySQL:
http://dev.mysql.com/doc/refman/5.0/en/case-sensitivity.html