I am thinking of adding colourful html (red background for fail, green for success) as I have used this on a non rails project for a simple 'at a glance' dashboard (each server having a small iframe beside the name so you see a red or green or white (server really down) box - then click on server name to open result in a separate tab.
The default would still be the existing text/plain response - you would need to add .html to force the colourful html response.
I am thinking of adding colourful html (red background for fail, green for success) as I have used this on a non rails project for a simple 'at a glance' dashboard (each server having a small iframe beside the name so you see a red or green or white (server really down) box - then click on server name to open result in a separate tab.
The default would still be the existing text/plain response - you would need to add .html to force the colourful html response.
Any comments or suggestions?