Hi Guys, I planned to run automated tests in background schedulely. Is there any plugins in Eclipse that can run Rails tests? Or is there any better way to do scheduled background tests? Thanks, Arthur -- 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 -~----------~----~----~----~------~----~------~--~---
Is there a specific reason you want to run it on Eclipse? I have used autotest - http://nubyonrails.com/articles/autotest-rails I usually keep it running on another screen/term and watch out for Exceptions. - Arnab On Jan 14, 5:18 pm, Arthur Chan <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi Guys, > > I planned to run automated tests in background schedulely. > > Is there any plugins in Eclipse that can run Rails tests? > > Or is there any better way to do scheduled background tests? > > Thanks, > Arthur > -- > Posted viahttp://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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Arnab wrote:> Is there a specific reason you want to run it on Eclipse? > > I have used autotest - http://nubyonrails.com/articles/autotest-rails > I usually keep it running on another screen/term and watch out for > Exceptions. > > - Arnab > > On Jan 14, 5:18�pm, Arthur Chan <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>Thanks much for the pointer!! it is what I needed. -- 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Arthur Chan wrote:>> I have used autotest - http://nubyonrails.com/articles/autotest-rails >> I usually keep it running on another screen/term and watch out for >> Exceptions.> Thanks much for the pointer!! it is what I needed.If an error raises a stack trace, can you navigate the trace with a keystroke? ("Fault Navigation"...) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---