Hi,
I'm recently playing a lot with great Ruby web framework called Ramaze. By default when running my project, Ramaze highlights different event types in the console with different colors. So errors are red, warnings yellow, notices green and so on. This works great when I run my program from the Terminal, but when I run it within TextMate with ⌘R and its output window unfortunately I get no colors.
I don't know if it is fault of Ruby bundle or TM internals, but I'd love to see the colors there too, as they help reading logs a lot.
Best regards,