For those who are interested, I have posted a short tutorial for getting up and running with Rails on the Eclipse Platform 3.1. Although this is by no means the most effective setup, it seems to work for me at the moment. Of course, I welcome any suggestions. - d''andrew Here''s the link: http://dathompson.blogspot.com/2005/07/rails-on-eclipse-31.html -- ~~~~~~~~~~~~~~~~~~~ D''Andrew Thompson http://dathompson.blogspot.com _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
David, Last time I checked, the RDT plugin for Eclipse development had stopped, so I searched elsewhere and settled for JEdit + Ruby Plugin. Do you know if they are still working on this plugin? Thanks, Alessandro _____ De: rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] Em nome de David Thompson Enviada em: quarta-feira, 27 de julho de 2005 19:30 Para: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Assunto: [Rails] Rails on Eclipse 3.1 Tutorial For those who are interested, I have posted a short tutorial for getting up and running with Rails on the Eclipse Platform 3.1. Although this is by no means the most effective setup, it seems to work for me at the moment. Of course, I welcome any suggestions. - d''andrew Here''s the link: http://dathompson.blogspot.com/2005/07/rails-on-eclipse-31.html -- ~~~~~~~~~~~~~~~~~~~ D''Andrew Thompson http://dathompson.blogspot.com _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
Actually RDT dev stalled for a few months but restarted last week with the arrival of a couple new contributors, it is still quite slow but there is hope. and new nightly builds : http://rubyeclipse.sourceforge.net/nightlyBuild/ original discussion http://sourceforge.net/mailarchive/forum.php?thread_id=7702649&forum_id=9198 jean On 7/28/05, Alessandro Cauduro <news-/kv94B6L94ZwFqzsTH5u/w@public.gmane.org> wrote:> > > > David, > > > > Last time I checked, the RDT plugin for Eclipse development had stopped, so > I searched elsewhere and settled for JEdit + Ruby Plugin. Do you know if > they are still working on this plugin? > > > > Thanks, > > Alessandro > > > > ________________________________ > > > De: rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] Em nome de > David Thompson > Enviada em: quarta-feira, 27 de julho de 2005 19:30 > Para: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Assunto: [Rails] Rails on Eclipse 3.1 Tutorial > > > > For those who are interested, I have posted a short tutorial for getting up > and running with Rails on the Eclipse Platform 3.1. Although this is by no > means the most effective setup, it seems to work for me at the moment. Of > course, I welcome any suggestions. - d''andrew > > Here''s the link: > > http://dathompson.blogspot.com/2005/07/rails-on-eclipse-31.html > > -- > ~~~~~~~~~~~~~~~~~~~ > D''Andrew Thompson > http://dathompson.blogspot.com > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >
I don''t know for certain but I thought someone said either on this list of Ruby Talk that the developers were still working on RDT. This was back when Eclipse 3.1 came out and RDT wasn''t compitable. I upgraded from 3.0 to 3.1 last night and installed RDT with success. It''d be nice to have the ability to run the Rails scripts from within Eclipse. Kyle Heon kheon-Wuw85uim5zDR7s880joybQ@public.gmane.org ________________________________ From: rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Alessandro Cauduro Sent: Thursday, July 28, 2005 9:09 AM To: ''David Thompson''; rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RES: [Rails] Rails on Eclipse 3.1 Tutorial David, Last time I checked, the RDT plugin for Eclipse development had stopped, so I searched elsewhere and settled for JEdit + Ruby Plugin. Do you know if they are still working on this plugin? Thanks, Alessandro ________________________________ De: rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] Em nome de David Thompson Enviada em: quarta-feira, 27 de julho de 2005 19:30 Para: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Assunto: [Rails] Rails on Eclipse 3.1 Tutorial For those who are interested, I have posted a short tutorial for getting up and running with Rails on the Eclipse Platform 3.1. Although this is by no means the most effective setup, it seems to work for me at the moment. Of course, I welcome any suggestions. - d''andrew Here''s the link: http://dathompson.blogspot.com/2005/07/rails-on-eclipse-31.html -- ~~~~~~~~~~~~~~~~~~~ D''Andrew Thompson http://dathompson.blogspot.com
On Thursday 28 July 2005 09:08 am, Alessandro Cauduro wrote:> David, > > > > Last time I checked, the RDT plugin for Eclipse development had stopped. > I searched elsewhere and settled for JEdit + Ruby Plugin. Do you know if > they are still working on this plugin?It had stopped, but not forever. I submitted a minor change just yesterday morning. I''m strongly believe Eclipse is the "IDE for the next 10 years". The only problem is you can''t (yet) write your plug-ins in Ruby. :) RDT may not yet have all the features desired, but I suspect it will get there. As others have said, the team has two new committers (I''m one, but Zach Dennis is doing more than me. I''m too busy learning Rails :) ) David
I was looking for a way to run all the unit tests in a project. Is there a way to do that or should I submit a feature request. On 7/29/05, David Corbin <dcorbin-wmGZ+vDKSyrZJqsBc5GL+g@public.gmane.org> wrote:> > On Thursday 28 July 2005 09:08 am, Alessandro Cauduro wrote: > > David, > > > > > > > > Last time I checked, the RDT plugin for Eclipse development had stopped. > > I searched elsewhere and settled for JEdit + Ruby Plugin. Do you know if > > they are still working on this plugin? > > It had stopped, but not forever. I submitted a minor change just yesterday > morning. > > I''m strongly believe Eclipse is the "IDE for the next 10 years". The only > problem is you can''t (yet) write your plug-ins in Ruby. :) RDT may not yet > have all the features desired, but I suspect it will get there. As others > have said, the team has two new committers (I''m one, but Zach Dennis is > doing > more than me. I''m too busy learning Rails :) ) > > David > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- It is the duty of a patriot to protect his country from its government" -Thomas Paine Blog: http://superwombat.blogspot.com Bookmarks: http://del.icio.us/jeffwaltzer _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
Jeff Waltzer wrote:> I was looking for a way to run all the unit tests in a project. Is > there a way to do that or should I submit a feature request.If all of your tests are in the ''tests'' directory you can get around this issue by writing a script ''load_tests.rb'' ---- Dir["test*.rb"].each { |f| puts "Loading #{f}..." ; require f } ---- This may not be what you''re looking for, you are probably wondering about GUI interaction for this. If so please submit a feature request so we can attack it through the current development process. Thanks, Zach
On Thursday 04 August 2005 02:12 pm, Jeff Waltzer wrote:> I was looking for a way to run all the unit tests in a project. Is there a > way to do that or should I submit a feature request.You could do that, do as Zach suggested (it''s what I do), or you could submit a patch :) Contributions are always welcome.... David