Hi all, I am finding a tool/script that can help to do nightly building or testing. Is there any existing one or some advises from you, thanks. If there is no such tool/script, i will write one and share it. - crax --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hello, On 2 Mar 2007, at 06:37, CraX Sun wrote:> I am finding a tool/script that can help to do nightly building or > testing. Is there any existing one or some advises from you, thanks. > If there is no such tool/script, i will write one and share it.I don''t know about nightly, but autotest will run your tests every time you save any of your files: http://www.zenspider.com/ZSS/Products/ZenTest/ http://nubyonrails.com/articles/2006/04/19/autotest-rails For continuous integration you might consider CIA: http://wiki.rubyonrails.org/rails/pages/How+To+Use+CIA+For+Continuous +Integration Or the continuous builder plugin: http://dev.rubyonrails.org/browser/plugins/continuous_builder Regards, Andy Stewart --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hello, Thanks for your help, it seems CIA can meet my requirement. I''ll try it, thanks. best, - crax 在 2007-3-2,下午5:22,Andrew Stewart 写道:> > Hello, > > On 2 Mar 2007, at 06:37, CraX Sun wrote: >> I am finding a tool/script that can help to do nightly building or >> testing. Is there any existing one or some advises from you, thanks. >> If there is no such tool/script, i will write one and share it. > > I don''t know about nightly, but autotest will run your tests every > time you save any of your files: > > http://www.zenspider.com/ZSS/Products/ZenTest/ > http://nubyonrails.com/articles/2006/04/19/autotest-rails > > For continuous integration you might consider CIA: > > http://wiki.rubyonrails.org/rails/pages/How+To+Use+CIA+For+Continuous > +Integration > > Or the continuous builder plugin: > > http://dev.rubyonrails.org/browser/plugins/continuous_builder > > Regards, > Andy Stewart > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---