Peter Michaux
2005-Nov-08 20:28 UTC
avoiding restarting WEBrick while developing acts_as plugin
Hi, Every time I make a change to my plugin I have to restart WEBrick to see the change in action. It is time consuming. Is there a clean way to avoid this restart? Thanks, Peter _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
Trevor Squires
2005-Nov-08 21:08 UTC
Re: avoiding restarting WEBrick while developing acts_as plugin
Hi, in my humble opinion the cleanest and safest way to avoid restarting webrick when developing plugins is to use unit tests to see your development changes in action. Regards, Trevor On 8-Nov-05, at 12:28 PM, Peter Michaux wrote:> Hi, > > Every time I make a change to my plugin I have to restart WEBrick to > see the > change in action. It is time consuming. Is there a clean way to avoid > this > restart? > > Thanks, > Peter > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Trevor Squires http://somethinglearned.com