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 -- 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-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/9d6bc741150eeb3c7b5f521991126eb8%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.
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 User wrote:> > 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 > > > -- > 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-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/995829bb-805b-4e87-acb3-e64b335ca5fa%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
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 receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/2a39b4896a4bfcc5c4ead909eec47371%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.
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-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/5929067d2c1f6360780652675ba3f42d%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.
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. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/b80015cb6b79f66e2271884f3476ab0a%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.
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 -- 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-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/943a7842295f7c40614fdebc797e494c%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.