From: Kedar Mhaswade Date: 2011-01-26T05:12:50+09:00 Subject: Re: Hidding debug messages Vitaliy Yanchuk wrote in post #977412: > I`m writing ruby console app, it uses some Rails gems, and there is a > problem with debug messages that are printed to the console while the > program runs. Can you check what your RUBYOPT environment variable contains? If it contains something like "-w -d" or "-w" or "-d" you will see warnings/debug messages as Ruby code executes. -- Posted via http://www.ruby-forum.com/.