Welcome to the personal blog and portfolio of Andrew Yates, Cyprus based English Software Engineer and Graphic Designer. The site is new at the moment but I'll try and keep it updated with the latest of my work and side projects... and no doubt the odd insane rant.
If you find yourself scratching your head, wondering why that mod_rewrite rule isn't working as you'd expect you can add a logger by simply adding the following to your vhost:
I was just asked how you would split your Rails routes file into multiple files for instance in the case of having an application frontend and a set of routes serving your application's API.
Now, I have a number of applications which work this way and utilize routing constraints to determine which routes should be used but splitting them into more manageable individual files is a nice idea so, my first thought...