Hi everybody, I''m a web developer interested on moving to rubyonrails framework, and I''m looking for a good GUI or integrated suite to develop rails under leopard, or linux. Could do you give me any advise about it?... I will appreciate your help. Thanks folks. See ya!! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi zensuite, zensuite wrote:> Hi everybody, I''m a web developer interested on moving to rubyonrails > framework, and I''m looking for a good GUI or integrated suite to > develop rails under leopard, or linux.If you would like to use a free (as in beer and in speech) GUI, then have a look at the Netbeans IDE [1] - it is quite good to develop RoR apps and provides you with all the little things that comes with a real IDE. Netbeans runs on Linux, MacOS, Windows. Especially RoR devs on macs like to use TextMate [2] which does not come for free (neither beer nor speech) but has some nice gimmicks, too. But TextMate is more of a sophisticated text editor and not a full-blown GUI. You may have seen TextMate in action in the excellent Railscasts [3] series of screencasts by Ryan Bates. TextMate is only available for MacOS. Take your pick ... :-D Regards Martin [1] http://www.netbeans.org/ [2] http://www.macromates.com/ [3] http://www.railscasts.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 -~----------~----~----~----~------~----~------~--~---
TextMate, on OS X, definitely. On Mar 29, 6:30 am, zensuite <zen.su...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi everybody, I''m a web developer interested on moving to rubyonrails > framework, and I''m looking for a good GUI or integrated suite to > develop rails under leopard, or linux. > > Could do you give me any advise about it?... > > I will appreciate your help. > > Thanks folks. > > See ya!!--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
There are multiple options. I''m using Aptana RadRails a lot, since I code both on macs and linux systems. -- 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 -~----------~----~----~----~------~----~------~--~---
On Mac OS X I use XCode. It is quite good and free. Specifically, you want to use the XCode "Organizer" Just launch XCode and rather than create a project (which you don''t need) go to the Window menu and choose Organizer. Drag the root folder from your rails project into the left outline pane and you''ve got quick access to the files in your project with syntax coloring. I like it fine for rails and php projects. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
zensuite wrote:> Hi everybody, I''m a web developer interested on moving to rubyonrails > framework, and I''m looking for a good GUI or integrated suite to > develop rails under leopard, or linux. >By "GUI", do you mean an IDE, or something else? If you mean an IDE, I''d say that Rails needs an IDE a lot less than, say, most Java frameworks. That said, I do my Rails development in jEdit (on Leopard), which certainly qualifies as an IDE; see http://marnen.livejournal.com/23723.html for more information. I used to use Eclipse/Aptana, but it got to seem too heavyweight and underpowered. I might try NetBeans at some point -- but neither it nor Eclipse has a working word wrap function! About the only thing I really miss from Eclipse is Mylyn. Best, -- Marnen Laibow-Koser marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org http://www.marnen.org -- 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 -~----------~----~----~----~------~----~------~--~---
One more point for TextMate. Quite clean and lightweight. A few colleagues of mine are using MacVIM and they were using TextMate before that. See ya Eric Fer On Mar 28, 7:30 pm, zensuite <zen.su...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi everybody, I''m a web developer interested on moving to rubyonrails > framework, and I''m looking for a good GUI or integrated suite to > develop rails under leopard, or linux. > > Could do you give me any advise about it?... > > I will appreciate your help. > > Thanks folks. > > See ya!!--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
TextMate is definitely great. I have to give another vote for Netbeans though. It is free, runs on both Linux and OS X and it has by far the most features. The main disadvantage is that it is heavy, soe depending on your machine performance can be quite sluggish. On Mar 30, 1:44 pm, Eric Fer <eric....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> One more point for TextMate. Quite clean and lightweight. > A few colleagues of mine are using MacVIM and they were using TextMate > before that. > > See ya > Eric Fer > > On Mar 28, 7:30 pm, zensuite <zen.su...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi everybody, I''m a web developer interested on moving to rubyonrails > > framework, and I''m looking for a good GUI or integrated suite to > > develop rails under leopard, or linux. > > > Could do you give me any advise about it?... > > > I will appreciate your help. > > > Thanks folks. > > > See ya!!--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Todd Blanchard wrote:> On Mac OS X I use XCode. It is quite good and free. Specifically, > you want to use the XCode "Organizer" Just launch XCode and rather > than create a project (which you don''t need) go to the Window menu and > choose Organizer.[...] Thanks; I''ll try this! I''ve really enjoyed Xcode the few times I''ve used it, so I''ll be interested to see how well it works for Web apps. Best, -- Marnen Laibow-Koser marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org http://www.marnen.org -- 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 -~----------~----~----~----~------~----~------~--~---
I like the Vim for ROR. http://biodegradablegeek.com/2007/12/using-vim-as-a-complete-ruby-on-rails-ide/ On Mar 29, 6:30 am, zensuite <zen.su...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi everybody, I''m a web developer interested on moving to rubyonrails > framework, and I''m looking for a good GUI or integrated suite to > develop rails under leopard, or linux. > > Could do you give me any advise about it?... > > I will appreciate your help. > > Thanks folks. > > See ya!!--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---