Color sequence on Rails console in Windows

I has installed rails in Windows 7 by RailsInstaller (railsinstaller.org). When I use rails console, color sequence appears rawly and text colors are not changed. How to fix the problem?

Attachments: http://www.ruby-forum.com/attachment/8551/rails.jpg

i am using conemu. it will correctly shows you the color…

after installation, go to settings, integration and register for context menu integration after that you can open any dir with conemu

you can also set its window transparency

I've installed conemu, it looks useful. How do you get Rails to output colour characters to the console?

Thanks, conemu is very good. It just helps me!

Aha, found it. I added Pry to the gemfile, replaced IRB with Pry in the config, and created a .pryrc file with a command to turn the colours on.

Thanks, I tried pry as you suggest to. But it seems that pry sometimes take mistakes for coloring and remain ANSI sequence chars.

I attached a image for example. - Upper part of it is irb on ConEmu. - Lower part of it is pry on com.exe.

Attachments: http://www.ruby-forum.com/attachment/8557/5bb55abe13ce0ad22864509a84b4e30a.jpg