andela / pibbble

Dribbble Clone for Programmers
https://pibbble-staging.herokuapp.com/
13 stars 3 forks source link

Reference to a user's profile via the username should not be case sensitive #186

Closed unicodeveloper closed 8 years ago

unicodeveloper commented 8 years ago

When i go to the route http://pibbble-staging.herokuapp.com/Verem, I get this result

screen shot 2015-12-07 at 3 57 07 pm

When i go to the route http://pibbble-staging.herokuapp.com/verem, I get this other result

screen shot 2015-12-07 at 3 57 22 pm

The difference was the change from Capital V to small letter v.

Please refactor the query to be able to handle usernames regardless of the case in which it was entered into the browser.