Hello, I have started to make an application, and now it''s very big and starts to appear problems in javascirpt code. I can''t use ie debugger because i have contents of page loaded by ajax and they didn''t apear when i look on line 128 as debugger tells me. I wan''t to know if it''s a javascript debugger or ruby debugger to get the errors. thanks -- 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 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 -~----------~----~----~----~------~----~------~--~---
adi, > I wan''t to know if it''s a javascript debugger or ruby debugger > to get the errors. For javascript, use Firefox + Firebug : http://getfirebug.com/js.html For (visual) Rails debugging, you might give a try at Fyre http://gyre.bitscribe.net/ Alain Ravet -------- http://blog.ravet.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 -~----------~----~----~----~------~----~------~--~---
Alain Ravet wrote:> adi, > > > I wan''t to know if it''s a javascript debugger or ruby debugger > > to get the errors. > > > For javascript, use Firefox + Firebug : > http://getfirebug.com/js.html > > > For (visual) Rails debugging, you might give a try at Fyre > http://gyre.bitscribe.net/ > > > Alain Ravet > -------- > http://blog.ravet.comHello, Yes many thanks it''s good, but the problem is that now i have problems in ie. I have fix them in firefox and doesn''t work in ie;)) -- 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 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 -~----------~----~----~----~------~----~------~--~---
Adi > > For javascript, use Firefox + Firebug : > > http://getfirebug.com/js.html > Yes many thanks it''s good, but the problem is that now i have problems > in ie. I have fix them in firefox and doesn''t work in ie;)) For debugging javascript in IE you can use firebug lite : http://getfirebug.com/lite.html This technique is illustrated in the peepcode #8 : http://peepcode.com/products/javascript-with-prototypejs Alain Ravet -------- http://blog.ravet.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 -~----------~----~----~----~------~----~------~--~---