How do I define a case insensitive (part of a) route?
Example:
Adding patterns only works on one route at a time, if you want all routes to be case insensitive add this to your /app/filter.php file in the before section:
I wrote a gist which does this: https://gist.github.com/samthomson/f670f9735d200773e543
Edit your app/filters.php to check for uppercase characters in the route and redirect them to a converted route.