Hi, Since we often are hitting issues related to many HAML views we maintain for error handling (each HTTP status code has its own HAML file for HTML and XML reporting), this patch should replace this with one single file that will handle all errors constistenly.
Currently all HAML error views basically do the same thing and follow the same format. However fixing an issue in one view will also cause to fix the same issue in other files. This patch should not break anything, all tests are green and I do believe it will bring more consistenty into how we report errors. -- Michal
