Hi unfortunately I have to develop on a windows machine from time to time. But there is a little problem, mostly for debugging. How can I get the same output on the console as in a linux box or on the mac? I don''t see the full output from the logger on the console. How can I get the full output? SQL and so on thank you veeery much! Rafael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Thu, Nov 20, 2008 at 4:07 PM, Rafael <beyoumedia-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> unfortunately I have to develop on a windows machine from time to > time. But there is a little problem, mostly for debugging. > How can I get the same output on the console as in a linux box or on > the mac? > > I don''t see the full output from the logger on the console. > How can I get the full output? SQL and so ondos != tty Install cygwin. http://www.cygwin.com/ -- Greg Donald http://destiney.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, when I used Windows to develop with Rails, I had to use a ''tail'', here are some options to you: http://www.google.com.br/search?hl=pt-BR&q=windows+tail&btnG=Pesquisa+Google&meta On Nov 20, 8:12 pm, "Greg Donald" <gdon...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Thu, Nov 20, 2008 at 4:07 PM, Rafael <beyoume...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > unfortunately I have to develop on a windows machine from time to > > time. But there is a little problem, mostly for debugging. > > How can I get the same output on the console as in a linux box or on > > the mac? > > > I don''t see the full output from the logger on the console. > > How can I get the full output? SQL and so on > > dos != tty > > Install cygwin. > > http://www.cygwin.com/ > > -- > Greg Donaldhttp://destiney.com/--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Rafael, have a look at mtail: http://ophilipp.free.fr/op_tail.htm Kind regards, Nicolai --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hey thanks guys for all the tipps! On 20 Nov., 23:55, Codeblogger <codeblog...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi Rafael, > > have a look at mtail:http://ophilipp.free.fr/op_tail.htm > > Kind regards, > Nicolai--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Open it in EditPlus and it gets refreshed... Cheers, SAzima On Nov 20, 9:35 pm, Rafael <beyoume...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hey thanks guys for all the tipps! > > On 20 Nov., 23:55, Codeblogger <codeblog...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi Rafael, > > > have a look at mtail:http://ophilipp.free.fr/op_tail.htm > > > Kind regards, > > Nicolai--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Try wormtail that''s what I used before. Ramon Tayag On Fri, Nov 21, 2008 at 6:07 AM, Rafael <beyoumedia-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi > > unfortunately I have to develop on a windows machine from time to > time. But there is a little problem, mostly for debugging. > How can I get the same output on the console as in a linux box or on > the mac? > > I don''t see the full output from the logger on the console. > How can I get the full output? SQL and so on > > thank you veeery much! > > Rafael > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Yet another choice, if you have to work under MotherShip... http://www.research.att.com/sw/tools/uwin/ Rick On Nov 20, 12:07 pm, Rafael <beyoume...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi > > unfortunately I have to develop on a windows machine from time to > time. But there is a little problem, mostly for debugging. > How can I get the same output on the console as in a linux box or on > the mac? > > I don''t see the full output from the logger on the console. > How can I get the full output? SQL and so on > > thank you veeery much! > > Rafael--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---