Check out our latest release here: www.radrails.org If you want to bring our plugins into your existing eclipse installation use this eclipse update site: http://download.radrails.org/update In this release there are several bug fixes, a completely refactored RHTML editor, a brand new CSS editor, more Ruby content assist templates and SQL content assist templates. Cheers, Kyle Shank www.radrails.org
Thanks for your good work ;) But I notice the completion bug is still not be fixed (the one which didn''t respect correct indentation when use ctrl+space) :''( I hope it will be fixed in the next release.. This project is very promising, thanks again. 2005/11/9, Kyle Shank:> Check out our latest release here: www.radrails.org > > If you want to bring our plugins into your existing eclipse > installation use this eclipse update site: > http://download.radrails.org/update > > In this release there are several bug fixes, a completely refactored > RHTML editor, a brand new CSS editor, more Ruby content assist > templates and SQL content assist templates. > > Cheers, > Kyle Shank > www.radrails.org > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Forgive the silly question, but I''m new to Eclipse, Ruby, and Rails. I''ve got some tools installed into Eclipse from org.rubypeople.rdt. Is there a comparison between these two plugins? Jake -----Original Message----- From: Kyle Shank [mailto:kyle-IwTl/RVlL4pg9hUCZPvPmw@public.gmane.org] Sent: Wednesday, November 09, 2005 2:30 PM To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: [Rails] [ANN] RadRails 0.4.1 is out Check out our latest release here: www.radrails.org If you want to bring our plugins into your existing eclipse installation use this eclipse update site: http://download.radrails.org/update In this release there are several bug fixes, a completely refactored RHTML editor, a brand new CSS editor, more Ruby content assist templates and SQL content assist templates. Cheers, Kyle Shank www.radrails.org _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
Jake Janovetz wrote:> Forgive the silly question, but I''m new to Eclipse, Ruby, and Rails. I''ve > got some tools installed into Eclipse from org.rubypeople.rdt. Is there a > comparison between these two plugins? > > JakeRDT is the plugin for Ruby, the language, not Rails in particular. See rubyeclipse.sf.net for more information. Regards, Dan
agreed. this is the first thing i check when i try out new releases of RadRails (or RDT for that matter): "have they fixed the indentation for content assist yet?!" but the syntax highlighting looks really good.. still looking forward to more auto-complete (ending HTML tags, brackets, etc.)... i think the most important thing to focus on is to be a good code editor for .RB and .RHTML files for rails projects. all the other stuff like database views, stop/starting the server, database.yml editors, etc are nice to have, but actual code editing features are the most important to me... how do we get the black background back? :) -s On 11/9/05, Bruno Celeste <bruno.celeste-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Thanks for your good work ;) > But I notice the completion bug is still not be fixed (the one which > didn''t respect correct indentation when use ctrl+space) :''( > > I hope it will be fixed in the next release.. > This project is very promising, thanks again. > > 2005/11/9, Kyle Shank: > > Check out our latest release here: www.radrails.org<http://www.radrails.org> > > > > If you want to bring our plugins into your existing eclipse > > installation use this eclipse update site: > > http://download.radrails.org/update > > > > In this release there are several bug fixes, a completely refactored > > RHTML editor, a brand new CSS editor, more Ruby content assist > > templates and SQL content assist templates. > > > > Cheers, > > Kyle Shank > > www.radrails.org <http://www.radrails.org> > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Scott Becker Web Developer Electro Interactive 8870 N Himes Ave Suite 305 Tampa, FL 33614 Tel: 813-240-8592 www.ElectroInteractive.com <http://www.ElectroInteractive.com> _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
So these two plugins won''t step on each other? I installed the RDT one and then WDT to get some syntax highlighting in rhtml. It seems that the RadRails will do a better job of that, I''m just curious how they work with each other (or don''t!). Jake -----Original Message----- From: Daniel Berger [mailto:Daniel.Berger-6vC2hAQLr78AvxtiuMwx3w@public.gmane.org] Sent: Wednesday, November 09, 2005 2:46 PM To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails] [ANN] RadRails 0.4.1 is out Jake Janovetz wrote:> Forgive the silly question, but I''m new to Eclipse, Ruby, and Rails. > I''ve got some tools installed into Eclipse from org.rubypeople.rdt. > Is there a comparison between these two plugins? > > JakeRDT is the plugin for Ruby, the language, not Rails in particular. See rubyeclipse.sf.net for more information. Regards, Dan _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
I agree too :-) This bug is very annoying and I can''t use radrail because of that, even if it has a lot of great features.. 99% of the time, I write code, so the code editor is extremely important to me. I''ll try the next release. 2005/11/9, Scott Becker:> agreed. this is the first thing i check when i try out new releases of > RadRails (or RDT for that matter): "have they fixed the indentation for > content assist yet?!" > > but the syntax highlighting looks really good.. still looking forward to > more auto-complete (ending HTML tags, brackets, etc.)... i think the most > important thing to focus on is to be a good code editor for .RB and .RHTML > files for rails projects. all the other stuff like database views, > stop/starting the server, database.yml editors, etc are nice to have, but > actual code editing features are the most important to me... > > how do we get the black background back? :)
Color preferences are located in Window > Preferences, then Rails. You can set colors on all of our editors from there. Auto-complete will be coming in 0.5. -Kyle On 11/9/05, Scott Becker <becker.scott-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> agreed. this is the first thing i check when i try out new releases of > RadRails (or RDT for that matter): "have they fixed the indentation for > content assist yet?!" > > but the syntax highlighting looks really good.. still looking forward to > more auto-complete (ending HTML tags, brackets, etc.)... i think the most > important thing to focus on is to be a good code editor for .RB and .RHTML > files for rails projects. all the other stuff like database views, > stop/starting the server, database.yml editors, etc are nice to have, but > actual code editing features are the most important to me... > > how do we get the black background back? :) > > -s > > > On 11/9/05, Bruno Celeste <bruno.celeste-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Thanks for your good work ;) > > But I notice the completion bug is still not be fixed (the one which > > didn''t respect correct indentation when use ctrl+space) :''( > > > > I hope it will be fixed in the next release.. > > This project is very promising, thanks again. > > > > 2005/11/9, Kyle Shank: > > > Check out our latest release here: www.radrails.org > > > > > > If you want to bring our plugins into your existing eclipse > > > installation use this eclipse update site: > > > http://download.radrails.org/update > > > > > > In this release there are several bug fixes, a completely refactored > > > RHTML editor, a brand new CSS editor, more Ruby content assist > > > templates and SQL content assist templates. > > > > > > Cheers, > > > Kyle Shank > > > www.radrails.org > > > _______________________________________________ > > > Rails mailing list > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > -- > Scott Becker > Web Developer > > Electro Interactive > 8870 N Himes Ave > Suite 305 > Tampa, FL 33614 > Tel: 813-240-8592 > www.ElectroInteractive.com > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >
*whinge mode on* You guys are lucky that this is your only problem! I''ve tried the last three versions of RadRails and can''t make it work at all. For some reason it can''t find rails on my system, so fails to create projects or run anything. I''ve e-mailed the RadRails developers, filed a bug (http://dev.radrails.org/trac/ticket/272), and still got nowhere. All they tell me is that rails needs to be in my path. Guess what? It is! I run it every day. RadRails still can''t find it. What I don''t understand is, if RadRails is a double clickable app on OS X, where is it supposed to be getting my path from? It''s not being run inside a shell, so my rc files will not be run, and the path will not be set. (Setup for the interested is: OS X 10.4.3, ruby and rails installed via DarwinPorts.) Pete Yandell On 10/11/2005, at 8:30 AM, Bruno Celeste wrote:> I agree too :-) > This bug is very annoying and I can''t use radrail because of that, > even if it has a lot of great features.. 99% of the time, I write > code, so the code editor is extremely important to me. > > I''ll try the next release. > > 2005/11/9, Scott Becker: >> agreed. this is the first thing i check when i try out new >> releases of >> RadRails (or RDT for that matter): "have they fixed the >> indentation for >> content assist yet?!" >> >> but the syntax highlighting looks really good.. still looking >> forward to >> more auto-complete (ending HTML tags, brackets, etc.)... i think >> the most >> important thing to focus on is to be a good code editor for .RB >> and .RHTML >> files for rails projects. all the other stuff like database views, >> stop/starting the server, database.yml editors, etc are nice to >> have, but >> actual code editing features are the most important to me... >> >> how do we get the black background back? :) > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails
Pete, Today was the first I had heard of RadRails (as I''m new to ROR) and I am running the Windows version w/o any problems at all. I''m using it right now to run and debug my app and it beats the heck out of the way I was doing things before! For me, it''s a keeper. I''m just a newbie and not doing anything too complicated - so maybe my experience is different from other more advanced users. I was a little worried when I downloaded it and I saw all the jar files in the zip file. I went ahead and extracted the files and double-clicked on radrails.exe and it magically worked! That is my experience so far. Michael Pete Yandell <pete-AylieETRJAdBDgjK7y7TUQ@public.gmane.org> wrote: *whinge mode on* You guys are lucky that this is your only problem! I''ve tried the last three versions of RadRails and can''t make it work at all. For some reason it can''t find rails on my system, so fails to create projects or run anything. I''ve e-mailed the RadRails developers, filed a bug (http://dev.radrails.org/trac/ticket/272), and still got nowhere. All they tell me is that rails needs to be in my path. Guess what? It is! I run it every day. RadRails still can''t find it. What I don''t understand is, if RadRails is a double clickable app on OS X, where is it supposed to be getting my path from? It''s not being run inside a shell, so my rc files will not be run, and the path will not be set. (Setup for the interested is: OS X 10.4.3, ruby and rails installed via DarwinPorts.) Pete Yandell On 10/11/2005, at 8:30 AM, Bruno Celeste wrote:> I agree too :-) > This bug is very annoying and I can''t use radrail because of that, > even if it has a lot of great features.. 99% of the time, I write > code, so the code editor is extremely important to me. > > I''ll try the next release. > > 2005/11/9, Scott Becker: >> agreed. this is the first thing i check when i try out new >> releases of >> RadRails (or RDT for that matter): "have they fixed the >> indentation for >> content assist yet?!" >> >> but the syntax highlighting looks really good.. still looking >> forward to >> more auto-complete (ending HTML tags, brackets, etc.)... i think >> the most >> important thing to focus on is to be a good code editor for .RB >> and .RHTML >> files for rails projects. all the other stuff like database views, >> stop/starting the server, database.yml editors, etc are nice to >> have, but >> actual code editing features are the most important to me... >> >> how do we get the black background back? :) > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails_______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails --------------------------------- Yahoo! FareChase - Search multiple travel sites in one click. _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
Hi Pete, go into your shell, cd to the directory where radrails is installed and type: open radrails.app I was suffering from the same problem you had until I tried that. Regards, Trevor On 9-Nov-05, at 4:13 PM, Pete Yandell wrote:> *whinge mode on* > > You guys are lucky that this is your only problem! I''ve tried the last > three versions of RadRails and can''t make it work at all. For some > reason it can''t find rails on my system, so fails to create projects > or run anything. I''ve e-mailed the RadRails developers, filed a bug > (http://dev.radrails.org/trac/ticket/272), and still got nowhere. All > they tell me is that rails needs to be in my path. Guess what? It is! > I run it every day. RadRails still can''t find it. > > What I don''t understand is, if RadRails is a double clickable app on > OS X, where is it supposed to be getting my path from? It''s not being > run inside a shell, so my rc files will not be run, and the path will > not be set. > > (Setup for the interested is: OS X 10.4.3, ruby and rails installed > via DarwinPorts.) > > Pete Yandell > > On 10/11/2005, at 8:30 AM, Bruno Celeste wrote: > >> I agree too :-) >> This bug is very annoying and I can''t use radrail because of that, >> even if it has a lot of great features.. 99% of the time, I write >> code, so the code editor is extremely important to me. >> >> I''ll try the next release. >> >> 2005/11/9, Scott Becker: >>> agreed. this is the first thing i check when i try out new releases >>> of >>> RadRails (or RDT for that matter): "have they fixed the indentation >>> for >>> content assist yet?!" >>> >>> but the syntax highlighting looks really good.. still looking >>> forward to >>> more auto-complete (ending HTML tags, brackets, etc.)... i think the >>> most >>> important thing to focus on is to be a good code editor for .RB and >>> .RHTML >>> files for rails projects. all the other stuff like database views, >>> stop/starting the server, database.yml editors, etc are nice to >>> have, but >>> actual code editing features are the most important to me... >>> >>> how do we get the black background back? :) >> _______________________________________________ >> Rails mailing list >> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> http://lists.rubyonrails.org/mailman/listinfo/rails > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Trevor Squires http://somethinglearned.com
Hi Kyle I couldn''t find where to set the background color of the editor (back to black). Maybe I''m blind but all I can see are settings for font colours. Good work BTW. John On 11/9/05, Kyle Shank <kyle-IwTl/RVlL4pg9hUCZPvPmw@public.gmane.org> wrote:> > Color preferences are located in Window > Preferences, then Rails. > > You can set colors on all of our editors from there. > > Auto-complete will be coming in 0.5. > > -Kyle > > On 11/9/05, Scott Becker <becker.scott-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > agreed. this is the first thing i check when i try out new releases of > > RadRails (or RDT for that matter): "have they fixed the indentation for > > content assist yet?!" > > > > but the syntax highlighting looks really good.. still looking forward to > > more auto-complete (ending HTML tags, brackets, etc.)... i think the > most > > important thing to focus on is to be a good code editor for .RB and > .RHTML > > files for rails projects. all the other stuff like database views, > > stop/starting the server, database.yml editors, etc are nice to have, > but > > actual code editing features are the most important to me... > > > > how do we get the black background back? :) > > > > -s > > > > > > On 11/9/05, Bruno Celeste <bruno.celeste-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Thanks for your good work ;) > > > But I notice the completion bug is still not be fixed (the one which > > > didn''t respect correct indentation when use ctrl+space) :''( > > > > > > I hope it will be fixed in the next release.. > > > This project is very promising, thanks again. > > > > > > 2005/11/9, Kyle Shank: > > > > Check out our latest release here: www.radrails.org<http://www.radrails.org> > > > > > > > > If you want to bring our plugins into your existing eclipse > > > > installation use this eclipse update site: > > > > http://download.radrails.org/update > > > > > > > > In this release there are several bug fixes, a completely refactored > > > > RHTML editor, a brand new CSS editor, more Ruby content assist > > > > templates and SQL content assist templates. > > > > > > > > Cheers, > > > > Kyle Shank > > > > www.radrails.org <http://www.radrails.org> > > > > _______________________________________________ > > > > Rails mailing list > > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > _______________________________________________ > > > Rails mailing list > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > -- > > Scott Becker > > Web Developer > > > > Electro Interactive > > 8870 N Himes Ave > > Suite 305 > > Tampa, FL 33614 > > Tel: 813-240-8592 > > www.ElectroInteractive.com <http://www.ElectroInteractive.com> > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >_______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
Unfortunately, for whatever reason daeI still cannot seem to run radrails even though I downloaded the new version as told. Here''s what I get (which is new in version 0.4.1 (the error message is new)): ***** Error creating WEBrick server: Server script file not found. ***** A folder was created with nothing in it. So no rails app was created. I am able to do everything with Rails with no problem at the command line and textmate. So that''s where I''ll probably stay for now. Dave -- ~~~~~~~~~~~~~~~~~~~ D''Andrew "Dave" Thompson http://dathompson.blogspot.com
lotr13.11023743-opCBI309nnGakBO8gow8eQ@public.gmane.org
2005-Nov-10 19:26 UTC
Re: [ANN] RadRails 0.4.1 is out
Assuming you are on Windows, make sure the location of ruby.exe is included in your PATH environment variable. --- rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org wrote: Unfortunately, for whatever reason daeI still cannot seem to run> radrailseven though I downloaded the new version as told.> > Here''s what I get(which is new in version 0.4.1 (the error message is new)):> > ***** > Error creating WEBrick server: > Server script file not found. > *****> > A folder was created with nothing in it. So no rails app was created.> I am able to do everything with Rails with no problem at the command >line and textmate. So that''s where I''ll probably stay for now.> > Dave> -- > ~~~~~~~~~~~~~~~~~~~ > D''Andrew "Dave" Thompson > http://dathompson.blogspot.com> _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails>
sorry for the lack of documentation....using mac os 10.3.9 On 10 Nov 2005 19:26:34 -0000, lotr13.11023743-opCBI309nnGakBO8gow8eQ@public.gmane.org < lotr13.11023743-opCBI309nnGakBO8gow8eQ@public.gmane.org> wrote:> > Assuming you are on Windows, make sure the location of ruby.exe is > included > in your PATH environment variable. > > --- rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org wrote: > > Unfortunately, for whatever reason daeI still cannot seem to run > > radrails > even though I downloaded the new version as told. > > > > Here''s what I get > (which is new in version 0.4.1 (the error message is new)): > > > > ***** > > Error creating WEBrick server: > > Server script file not found. > > ***** > > > > > A folder was created with nothing in it. So no rails app was created. > > > I am able to do everything with Rails with no problem at the command > > > line and textmate. So that''s where I''ll probably stay for now. > > > > Dave > > > -- > > ~~~~~~~~~~~~~~~~~~~ > > D''Andrew "Dave" Thompson > > http://dathompson.blogspot.com > > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- ~~~~~~~~~~~~~~~~~~~ D''Andrew "Dave" Thompson http://dathompson.blogspot.com _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
At least I don''t feel as stupid for haveing the same issue on Moday :-). The background color is in: Preferences/General/Appearance/Editors/TextEditors but it is a pain to set all of them back to the black theme. If you want I can send you my exported preference file. On 11/9/05, John Knott <john.knott-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi Kyle > > I couldn''t find where to set the background color of the editor (back to > black). > Maybe I''m blind but all I can see are settings for font colours. > > Good work BTW. > > John > > > > On 11/9/05, Kyle Shank <kyle-IwTl/RVlL4pg9hUCZPvPmw@public.gmane.org> wrote: > > Color preferences are located in Window > Preferences, then Rails. > > > > You can set colors on all of our editors from there. > > > > Auto-complete will be coming in 0.5. > > > > -Kyle > > > > On 11/9/05, Scott Becker <becker.scott-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > agreed. this is the first thing i check when i try out new releases of > > > RadRails (or RDT for that matter): "have they fixed the indentation for > > > content assist yet?!" > > > > > > but the syntax highlighting looks really good.. still looking forward > to > > > more auto-complete (ending HTML tags, brackets, etc.)... i think the > most > > > important thing to focus on is to be a good code editor for .RB and > .RHTML > > > files for rails projects. all the other stuff like database views, > > > stop/starting the server, database.yml editors, etc are nice to have, > but > > > actual code editing features are the most important to me... > > > > > > how do we get the black background back? :) > > > > > > -s > > > > > > > > > On 11/9/05, Bruno Celeste < bruno.celeste-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Thanks for your good work ;) > > > > But I notice the completion bug is still not be fixed (the one which > > > > didn''t respect correct indentation when use ctrl+space) :''( > > > > > > > > I hope it will be fixed in the next release.. > > > > This project is very promising, thanks again. > > > > > > > > 2005/11/9, Kyle Shank: > > > > > Check out our latest release here: www.radrails.org > > > > > > > > > > If you want to bring our plugins into your existing eclipse > > > > > installation use this eclipse update site: > > > > > http://download.radrails.org/update > > > > > > > > > > In this release there are several bug fixes, a completely refactored > > > > > RHTML editor, a brand new CSS editor, more Ruby content assist > > > > > templates and SQL content assist templates. > > > > > > > > > > Cheers, > > > > > Kyle Shank > > > > > www.radrails.org > > > > > _______________________________________________ > > > > > Rails mailing list > > > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > _______________________________________________ > > > > Rails mailing list > > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > > > > > > -- > > > Scott Becker > > > Web Developer > > > > > > Electro Interactive > > > 8870 N Himes Ave > > > Suite 305 > > > Tampa, FL 33614 > > > Tel: 813-240-8592 > > > www.ElectroInteractive.com > > > _______________________________________________ > > > Rails mailing list > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >
That would be great! On 11/10/05, Rafael Szuminski <raf1hh-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > At least I don''t feel as stupid for haveing the same issue on Moday :-). > > The background color is in: > > Preferences/General/Appearance/Editors/TextEditors > > but it is a pain to set all of them back to the black theme. If you > want I can send you my exported preference file. > > On 11/9/05, John Knott <john.knott-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hi Kyle > > > > I couldn''t find where to set the background color of the editor (back to > > black). > > Maybe I''m blind but all I can see are settings for font colours. > > > > Good work BTW. > > > > John > > > > > > > > On 11/9/05, Kyle Shank <kyle-IwTl/RVlL4pg9hUCZPvPmw@public.gmane.org> wrote: > > > Color preferences are located in Window > Preferences, then Rails. > > > > > > You can set colors on all of our editors from there. > > > > > > Auto-complete will be coming in 0.5. > > > > > > -Kyle > > > > > > On 11/9/05, Scott Becker <becker.scott-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > agreed. this is the first thing i check when i try out new releases > of > > > > RadRails (or RDT for that matter): "have they fixed the indentation > for > > > > content assist yet?!" > > > > > > > > but the syntax highlighting looks really good.. still looking > forward > > to > > > > more auto-complete (ending HTML tags, brackets, etc.)... i think the > > most > > > > important thing to focus on is to be a good code editor for .RB and > > .RHTML > > > > files for rails projects. all the other stuff like database views, > > > > stop/starting the server, database.yml editors, etc are nice to > have, > > but > > > > actual code editing features are the most important to me... > > > > > > > > how do we get the black background back? :) > > > > > > > > -s > > > > > > > > > > > > On 11/9/05, Bruno Celeste < bruno.celeste-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Thanks for your good work ;) > > > > > But I notice the completion bug is still not be fixed (the one > which > > > > > didn''t respect correct indentation when use ctrl+space) :''( > > > > > > > > > > I hope it will be fixed in the next release.. > > > > > This project is very promising, thanks again. > > > > > > > > > > 2005/11/9, Kyle Shank: > > > > > > Check out our latest release here: www.radrails.org<http://www.radrails.org> > > > > > > > > > > > > If you want to bring our plugins into your existing eclipse > > > > > > installation use this eclipse update site: > > > > > > http://download.radrails.org/update > > > > > > > > > > > > In this release there are several bug fixes, a completely > refactored > > > > > > RHTML editor, a brand new CSS editor, more Ruby content assist > > > > > > templates and SQL content assist templates. > > > > > > > > > > > > Cheers, > > > > > > Kyle Shank > > > > > > www.radrails.org <http://www.radrails.org> > > > > > > _______________________________________________ > > > > > > Rails mailing list > > > > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > _______________________________________________ > > > > > Rails mailing list > > > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > > > > > > > > > > > -- > > > > Scott Becker > > > > Web Developer > > > > > > > > Electro Interactive > > > > 8870 N Himes Ave > > > > Suite 305 > > > > Tampa, FL 33614 > > > > Tel: 813-240-8592 > > > > www.ElectroInteractive.com <http://www.ElectroInteractive.com> > > > > _______________________________________________ > > > > Rails mailing list > > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > > > > > _______________________________________________ > > > Rails mailing list > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >_______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
On 11/10/05, Kyle Shank <kyle-IwTl/RVlL4pg9hUCZPvPmw@public.gmane.org> wrote:> Check out our latest release here: www.radrails.org > > If you want to bring our plugins into your existing eclipse > installation use this eclipse update site: > http://download.radrails.org/updateRadRails looks promising, but it doesn''t seem to work properly on my home system; I''m running Ruby 1.8.2 on WinXP SP2. RadRails starts up fine, and sets up rails projects fine, but when I try using "Run As" on any script, nothing runs. The Run As, Debug As, etc options disappear from the context menu, and nothing appears in the console. Any idea what might be going wrong? -- David Naseby http://homepages.ihug.com.au/~naseby/
That''s because we didn''t implement Run As, Debug As etc. What are you trying to use those for? The console gets populated with SVN and WEBrick server messages. -Kyle On 11/10/05, David Naseby <naseby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On 11/10/05, Kyle Shank <kyle-IwTl/RVlL4pg9hUCZPvPmw@public.gmane.org> wrote: > > Check out our latest release here: www.radrails.org > > > > If you want to bring our plugins into your existing eclipse > > installation use this eclipse update site: > > http://download.radrails.org/update > > RadRails looks promising, but it doesn''t seem to work properly on my > home system; I''m running Ruby 1.8.2 on WinXP SP2. RadRails starts up > fine, and sets up rails projects fine, but when I try using "Run As" > on any script, nothing runs. The Run As, Debug As, etc options > disappear from the context menu, and nothing appears in the console. > > Any idea what might be going wrong? > > -- > David Naseby > http://homepages.ihug.com.au/~naseby/ > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
RadRails Team - Thank you, thank you. I just tried RadRails for the first time on my Mac and it runs like a dream. The SVN integration and code completion features are very helpful. I think it may be time to ditch textmate. Any chance of getting a tailed development log into the console? Keep up the good work! On Nov 10, 2005, at 7:14 PM, Kyle Shank wrote:> That''s because we didn''t implement Run As, Debug As etc. What are you > trying to use those for? The console gets populated with SVN and > WEBrick server messages. > > -Kyle > > On 11/10/05, David Naseby <naseby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> On 11/10/05, Kyle Shank <kyle-IwTl/RVlL4pg9hUCZPvPmw@public.gmane.org> wrote: >>> Check out our latest release here: www.radrails.org >>> >>> If you want to bring our plugins into your existing eclipse >>> installation use this eclipse update site: >>> http://download.radrails.org/update >> >> RadRails looks promising, but it doesn''t seem to work properly on my >> home system; I''m running Ruby 1.8.2 on WinXP SP2. RadRails starts up >> fine, and sets up rails projects fine, but when I try using "Run As" >> on any script, nothing runs. The Run As, Debug As, etc options >> disappear from the context menu, and nothing appears in the console. >> >> Any idea what might be going wrong? >> >> -- >> David Naseby >> http://homepages.ihug.com.au/~naseby/ >> _______________________________________________ >> Rails mailing list >> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> http://lists.rubyonrails.org/mailman/listinfo/rails >> > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails
On 11/11/05, Kyle Shank <kyle-IwTl/RVlL4pg9hUCZPvPmw@public.gmane.org> wrote:> That''s because we didn''t implement Run As, Debug As etc. What are you > trying to use those for? The console gets populated with SVN and > WEBrick server messages. >Trying to run tests, basically. -- David Naseby http://homepages.ihug.com.au/~naseby/
We have integrated testing with Test::Unit and JUnit style results coming in a later release so stay tuned. -Kyle On 11/10/05, David Naseby <naseby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On 11/11/05, Kyle Shank <kyle-IwTl/RVlL4pg9hUCZPvPmw@public.gmane.org> wrote: > > That''s because we didn''t implement Run As, Debug As etc. What are you > > trying to use those for? The console gets populated with SVN and > > WEBrick server messages. > > > > Trying to run tests, basically. > > -- > David Naseby > http://homepages.ihug.com.au/~naseby/ > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Tail should be coming soon. I''ll bring it up with the team but I think marc already has the code we just need to decide how we want to integrate it. Cheers, Kyle On 11/10/05, cleaner416 <cleaner416-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> RadRails Team - > > Thank you, thank you. I just tried RadRails for the first time on my > Mac and it runs like a dream. The SVN integration and code completion > features are very helpful. I think it may be time to ditch > textmate. Any chance of getting a tailed development log into the > console? > > Keep up the good work! > > On Nov 10, 2005, at 7:14 PM, Kyle Shank wrote: > > > That''s because we didn''t implement Run As, Debug As etc. What are you > > trying to use those for? The console gets populated with SVN and > > WEBrick server messages. > > > > -Kyle > > > > On 11/10/05, David Naseby <naseby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> On 11/10/05, Kyle Shank <kyle-IwTl/RVlL4pg9hUCZPvPmw@public.gmane.org> wrote: > >>> Check out our latest release here: www.radrails.org > >>> > >>> If you want to bring our plugins into your existing eclipse > >>> installation use this eclipse update site: > >>> http://download.radrails.org/update > >> > >> RadRails looks promising, but it doesn''t seem to work properly on my > >> home system; I''m running Ruby 1.8.2 on WinXP SP2. RadRails starts up > >> fine, and sets up rails projects fine, but when I try using "Run As" > >> on any script, nothing runs. The Run As, Debug As, etc options > >> disappear from the context menu, and nothing appears in the console. > >> > >> Any idea what might be going wrong? > >> > >> -- > >> David Naseby > >> http://homepages.ihug.com.au/~naseby/ > >> _______________________________________________ > >> Rails mailing list > >> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > >> http://lists.rubyonrails.org/mailman/listinfo/rails > >> > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Hi Michael, How were you able to use RadRails to debug? I was able to create a project and launch the WEBrick server for the project but there doesn''t seem to be anyway to set breakpoints. Any help would be appreciated? -Frank On 11/9/05, Michael <codeslush-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> Pete, > > Today was the first I had heard of RadRails (as I''m new to ROR) and I am > running the Windows version w/o any problems at all. I''m using it right now > to run and debug my app and it beats the heck out of the way I was doing > things before! > > For me, it''s a keeper. I''m just a newbie and not doing anything too > complicated - so maybe my experience is different from other more advanced > users. I was a little worried when I downloaded it and I saw all the jar > files in the zip file. I went ahead and extracted the files and > double-clicked on radrails.exe and it magically worked! That is my > experience so far. > > Michael > > > Pete Yandell <pete-AylieETRJAdBDgjK7y7TUQ@public.gmane.org> wrote: > *whinge mode on* > > You guys are lucky that this is your only problem! I''ve tried the > last three versions of RadRails and can''t make it work at all. For > some reason it can''t find rails on my system, so fails to create > projects or run anything. I''ve e-mailed the RadRails developers, > filed a bug (http://dev.radrails.org/trac/ticket/272), and > still got > nowhere. All they tell me is that rails needs to be in my path. Guess > what? It is! I run it every day. RadRails still can''t find it. > > What I don''t understand is, if RadRails is a double clickable app on > OS X, where is it supposed to be getting my path from? It''s not being > run inside a shell, so my rc files will not be run, and the path will > not be set. > > (Setup for the interested is: OS X 10.4.3, ruby and rails installed > via DarwinPorts.) > > Pete Yandell > > On 10/11/200 5, at 8:30 AM, Bruno Celeste wrote: > > > I agree too :-) > > This bug is very annoying and I can''t use radrail because of that, > > even if it has a lot of great features.. 99% of the time, I write > > code, so the code editor is extremely important to me. > > > > I''ll try the next release. > > > > 2005/11/9, Scott Becker: > >> agreed. this is the first thing i check when i try out new > >> releases of > >> RadRails (or RDT for that matter): "have they fixed the > >> indentation for > >> content assist yet?!" > >> > >> but the syntax highlighting looks really good.. still looking > >> forward to > >> more auto-complete (ending HTML tags, brackets, etc.)... i think > >> the most > >> important thing to focus on is to be a good code editor for .RB > >> and .RHTML > >> files for rails projects. all the other stuff like database views, > >> stop/sta rting the server, database.yml editors, etc are nice to > >> have, but > >> actual code editing features are the most important to me... > >> > >> how do we get the black background back? :) > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > > ________________________________ > Yahoo! FareChase - Search multiple travel sites in one click. > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- Frank Kim http://meetingkoreans.com http://betweengo.com
Breakpoint debugging is not yet available. It is slated for a future release and will be in before 1.0. -Kyle On 11/11/05, Frank Kim <mtmusko-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi Michael, > > How were you able to use RadRails to debug? I was able to create a > project and launch the WEBrick server for the project but there > doesn''t seem to be anyway to set breakpoints. > > Any help would be appreciated? > > -Frank > > On 11/9/05, Michael <codeslush-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote: > > Pete, > > > > Today was the first I had heard of RadRails (as I''m new to ROR) and I am > > running the Windows version w/o any problems at all. I''m using it right now > > to run and debug my app and it beats the heck out of the way I was doing > > things before! > > > > For me, it''s a keeper. I''m just a newbie and not doing anything too > > complicated - so maybe my experience is different from other more advanced > > users. I was a little worried when I downloaded it and I saw all the jar > > files in the zip file. I went ahead and extracted the files and > > double-clicked on radrails.exe and it magically worked! That is my > > experience so far. > > > > Michael > > > > > > Pete Yandell <pete-AylieETRJAdBDgjK7y7TUQ@public.gmane.org> wrote: > > *whinge mode on* > > > > You guys are lucky that this is your only problem! I''ve tried the > > last three versions of RadRails and can''t make it work at all. For > > some reason it can''t find rails on my system, so fails to create > > projects or run anything. I''ve e-mailed the RadRails developers, > > filed a bug (http://dev.radrails.org/trac/ticket/272), and > > still got > > nowhere. All they tell me is that rails needs to be in my path. Guess > > what? It is! I run it every day. RadRails still can''t find it. > > > > What I don''t understand is, if RadRails is a double clickable app on > > OS X, where is it supposed to be getting my path from? It''s not being > > run inside a shell, so my rc files will not be run, and the path will > > not be set. > > > > (Setup for the interested is: OS X 10.4.3, ruby and rails installed > > via DarwinPorts.) > > > > Pete Yandell > > > > On 10/11/200 5, at 8:30 AM, Bruno Celeste wrote: > > > > > I agree too :-) > > > This bug is very annoying and I can''t use radrail because of that, > > > even if it has a lot of great features.. 99% of the time, I write > > > code, so the code editor is extremely important to me. > > > > > > I''ll try the next release. > > > > > > 2005/11/9, Scott Becker: > > >> agreed. this is the first thing i check when i try out new > > >> releases of > > >> RadRails (or RDT for that matter): "have they fixed the > > >> indentation for > > >> content assist yet?!" > > >> > > >> but the syntax highlighting looks really good.. still looking > > >> forward to > > >> more auto-complete (ending HTML tags, brackets, etc.)... i think > > >> the most > > >> important thing to focus on is to be a good code editor for .RB > > >> and .RHTML > > >> files for rails projects. all the other stuff like database views, > > >> stop/sta rting the server, database.yml editors, etc are nice to > > >> have, but > > >> actual code editing features are the most important to me... > > >> > > >> how do we get the black background back? :) > > > _______________________________________________ > > > Rails mailing list > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > ________________________________ > > Yahoo! FareChase - Search multiple travel sites in one click. > > > > > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > -- > Frank Kim > http://meetingkoreans.com > http://betweengo.com > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
This is really slick! I love how the code completion help job my memory. Am using with InstantRails on Windows. There are a couple of things I don''t understand yet. 1) I can see a wizard to select a CVS project. But, not a selection for SVN? 2) How would I add my own custom table_scaffold to the new objects list? or change the current rails_scaffold wizard so that it calls my table_scaffold instead? Great product! -Larry On 11/11/05, Kyle Shank <kyle-IwTl/RVlL4pg9hUCZPvPmw@public.gmane.org> wrote:> > Breakpoint debugging is not yet available. It is slated for a future > release and will be in before 1.0. > > -Kyle > > On 11/11/05, Frank Kim <mtmusko-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hi Michael, > > > > How were you able to use RadRails to debug? I was able to create a > > project and launch the WEBrick server for the project but there > > doesn''t seem to be anyway to set breakpoints. > > > > Any help would be appreciated? > > > > -Frank > > > > On 11/9/05, Michael <codeslush-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote: > > > Pete, > > > > > > Today was the first I had heard of RadRails (as I''m new to ROR) and I > am > > > running the Windows version w/o any problems at all. I''m using it > right now > > > to run and debug my app and it beats the heck out of the way I was > doing > > > things before! > > > > > > For me, it''s a keeper. I''m just a newbie and not doing anything too > > > complicated - so maybe my experience is different from other more > advanced > > > users. I was a little worried when I downloaded it and I saw all the > jar > > > files in the zip file. I went ahead and extracted the files and > > > double-clicked on radrails.exe and it magically worked! That is my > > > experience so far. > > > > > > Michael > > > > > > > > > Pete Yandell <pete-AylieETRJAdBDgjK7y7TUQ@public.gmane.org> wrote: > > > *whinge mode on* > > > > > > You guys are lucky that this is your only problem! I''ve tried the > > > last three versions of RadRails and can''t make it work at all. For > > > some reason it can''t find rails on my system, so fails to create > > > projects or run anything. I''ve e-mailed the RadRails developers, > > > filed a bug (http://dev.radrails.org/trac/ticket/272), and > > > still got > > > nowhere. All they tell me is that rails needs to be in my path. Guess > > > what? It is! I run it every day. RadRails still can''t find it. > > > > > > What I don''t understand is, if RadRails is a double clickable app on > > > OS X, where is it supposed to be getting my path from? It''s not being > > > run inside a shell, so my rc files will not be run, and the path will > > > not be set. > > > > > > (Setup for the interested is: OS X 10.4.3, ruby and rails installed > > > via DarwinPorts.) > > > > > > Pete Yandell > > > > > > On 10/11/200 5, at 8:30 AM, Bruno Celeste wrote: > > > > > > > I agree too :-) > > > > This bug is very annoying and I can''t use radrail because of that, > > > > even if it has a lot of great features.. 99% of the time, I write > > > > code, so the code editor is extremely important to me. > > > > > > > > I''ll try the next release. > > > > > > > > 2005/11/9, Scott Becker: > > > >> agreed. this is the first thing i check when i try out new > > > >> releases of > > > >> RadRails (or RDT for that matter): "have they fixed the > > > >> indentation for > > > >> content assist yet?!" > > > >> > > > >> but the syntax highlighting looks really good.. still looking > > > >> forward to > > > >> more auto-complete (ending HTML tags, brackets, etc.)... i think > > > >> the most > > > >> important thing to focus on is to be a good code editor for .RB > > > >> and .RHTML > > > >> files for rails projects. all the other stuff like database views, > > > >> stop/sta rting the server, database.yml editors, etc are nice to > > > >> have, but > > > >> actual code editing features are the most important to me... > > > >> > > > >> how do we get the black background back? :) > > > > _______________________________________________ > > > > Rails mailing list > > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > _______________________________________________ > > > Rails mailing list > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > ________________________________ > > > Yahoo! FareChase - Search multiple travel sites in one click. > > > > > > > > > _______________________________________________ > > > Rails mailing list > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > > > > > -- > > Frank Kim > > http://meetingkoreans.com > > http://betweengo.com > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Best Regards, -Larry "Work, work, work...there is no satisfactory alternative." --- E.Taft Benson _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
On 11/11/05, Larry Kelly <ldk2005-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 1) I can see a wizard to select a CVS project. But, not a selection for > SVN?I couldn''t fiind it either. I did manage to find some screen that had something to do with Subversion, but then it complained about something else being missing, so I figured that it wasn''t completed.> Great product! > -LarrySincerely, Tom Lieber tom-V0YqjHVuocLQT0dZR+AlfA@public.gmane.org http://AllTom.com/