[Rails] Re: Color sequence on Rails console in Windows

2013-07-01 Thread kei koba
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/5bb55

[Rails] Re: Color sequence on Rails console in Windows

2013-07-01 Thread Joel Pearson
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. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.

[Rails] Re: Color sequence on Rails console in Windows

2013-07-01 Thread kei koba
Thanks, conemu is very good. It just helps me! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-tal

[Rails] Re: Color sequence on Rails console in Windows

2013-07-01 Thread Joel Pearson
I've installed conemu, it looks useful. How do you get Rails to output colour characters to the console? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop r

[Rails] Re: Color sequence on Rails console in Windows

2013-06-30 Thread Dwi Wahyudi
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 On Sunday, June 30, 2013 3:28:19 PM UTC+7, Ruby-Forum.com U