Your Ruby IDE

Stewart M. wrote:

Just a poll here i am looking for a good IDE for rails and wondering
what you guys use?

P.s. I haven’t found a suitable emergency editor for my iPhone (HTML
edit can’t resave the src back to the server ;( and ‘Code Viewer’ can’t
open urls or ftp’s)(and iOctocat ca’t edit and resave back to the
repository ;(
Short of using vnc or a terminal connection, anyone found a decent if
awkward, solution?

… Yeah, I know,… Buy a portable… soon… soon.

Marnen Laibow-Koser wrote:

Rails does not need or benefit from a real IDE. I dropped Aptana and
NetBeans and use KomodoEdit for Rails development. jEdit is also worth
a look.

I used Aptana fora while before going the JEdit route for my first (and
so far only) sizeable Rails app. But now that I’m playing more on my Mac
I’m a happy camper with Textmate (and WordWrangler).
I have to say though, that the code-completion of X-code during my
iPhone newbie-dev hours is very agreeable. Once you start trusting WHAT
the completions will be you don’t need to watch it happen. What a
fantastic way to avoid code syntax errors… or at least reduce their
frequency!

S.

Shawn Koppenhoefer wrote:

P.s. I haven’t found a suitable emergency editor for my iPhone (HTML
edit can’t resave the src back to the server ;( and ‘Code Viewer’ can’t
open urls or ftp’s)(and iOctocat ca’t edit and resave back to the
repository ;(
Short of using vnc or a terminal connection, anyone found a decent if
awkward, solution?

Github edit, perhaps? I’ve never tried in on my iPhone, but it should
work…

… Yeah, I know,… Buy a portable… soon… soon.

:slight_smile:

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

Emacs baby.

http://www.emacswiki.org/emacs/EmacsForMacOS
and

will get you on your way.

On Oct 29, 8:04 am, Marnen Laibow-Koser <rails-mailing-l…@andreas-

For quick hacking sessions or really small projects I use vim with a
bunch of plugins. For every day work I use Netbeans. It’s a great IDE
for Ruby/Python/PHP after some configuration effort. I’m working on
linux boxes, however a friend at work uses successfuly Netbeans on his
MacBook.

Łukasz Badura | http://www.badurowie.org

Looks like I’m the only one using Ruby in Steel (Ruby plugin for Visual
Studio). I love it, but I’m a Windows user primarily and I use Visual
Studio for my work programming anyways.

I used Netbeans a fair amount, but I just purchased a license for
Rubymine… So for me, it’s gonna be Rubymine and gVim + irb :slight_smile:

Łukasz Badura wrote:

For quick hacking sessions or really small projects I use vim with a
bunch of plugins. For every day work I use Netbeans. It’s a great IDE
for Ruby/Python/PHP after some configuration effort. I’m working on
linux boxes, however a friend at work uses successfuly Netbeans on his
MacBook.

I too use NetBean, but I also do no small amount of Java EE work. I
prefer Coda to TextMate. For quick edits vi has been, and always
will be, my friend.

I use Netbeans as well but it’s not as good as eclipse which I use for
java.

On Thu, Oct 29, 2009 at 2:39 PM, Aldric G. <

I have used NetBeans (on Linux) in the past, but I am switching to
Komodo Edit. I was purely using NetBeans as a text editor (no
debugging, no running rake/script tasks, etc.), so I figure I might as
well use a lighter weight editor.

I had tried using Komodo Edit before (prior to version 5.2), but it
had crashed on me occasionally, which I thought was very odd since I
wasn’t pushing it particularly hard. So far, version 5.2 seems stable.

VIM is pretty good when you add in the Nerd Tree plugin (NERD_tree.vim).
You
can also get the snippets working similar to TextMate with the
(snippetsEmu.vim). That’s typically what I use when I’m not on my home
computer and I need to login to my remote dev box to make some quick
updates
or changes. I’ve tried to break away from TextMate a few times but I’ve
been
unsuccessful… They have a stranglehold on me.

On Thu, Oct 29, 2009 at 1:13 PM, Jillian G. [email protected]
wrote:

I used Netbeans a fair amount, but I just purchased a license for
Rubymine… So for me, it’s gonna be Rubymine and gVim + irb :slight_smile:

Posted via http://www.ruby-forum.com/.


Christopher Cowan

“Making the simple complicated is commonplace; making the complicated
simple, awesomely simple, that’s creativity”
– Charls Mingus, Jazz Bassist

On Thu, Oct 29, 2009 at 11:18 AM, John Y. [email protected]
wrote:

Emacs baby.

I agree, there’s nothing as powerful as Emacs. I have yet to find
something it can’t do.


Greg D.
http://destiney.com/

for MacOS you should look at: http://aquamacs.org/ and load in:
http://rubyforge.org/projects/emacs-rails

emacs is not a simple learn but you’ve got to love a an editor that’s

  1. has been available on every os platform since the early 80’s
  2. is a historic part of the open software community
  3. is fully extensible, written in C, programmable in elisp
  4. the programmer’s hanzo - tool of choice

On Oct 29, 5:31 pm, Marnen Laibow-Koser <rails-mailing-l…@andreas-

Greg D. wrote:

On Thu, Oct 29, 2009 at 11:18 AM, John Y. [email protected]
wrote:

Emacs baby.

I agree, there’s nothing as powerful as Emacs. I have yet to find
something it can’t do.

Display an attractive GUI? Or have things changed?

(I like console Emacs, but find Xemacs just about unusable.)


Greg D.
http://destiney.com/

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

Rick Lloyd wrote:

for MacOS you should look at: http://aquamacs.org/

I have. My recollection is that it’s attractive and usable, but didn’t
seem like any improvement over the console version. It was long enough
ago that I don’t remember exactly what my issues were.

and load in:
http://rubyforge.org/projects/emacs-rails

emacs is not a simple learn but you’ve got to love a an editor that’s

  1. has been available on every os platform since the early 80’s
  2. is a historic part of the open software community
  3. is fully extensible, written in C, programmable in elisp
  4. the programmer’s hanzo - tool of choice

I agree – emacs is absolutely my console editor of choice. But I don’t
like using console editors when a GUI editor is available.

On Oct 29, 5:31�pm, Marnen Laibow-Koser <rails-mailing-l…@andreas-

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

Billee D. wrote:

I’ll probably get flamed for this, but I really like Coda for all my
coding purposes. :slight_smile:

You certainly won’t get flamed by me. I’ve used Coda very little
indeed, but what I’ve seen, I like.

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

Marnen Laibow-Koser wrote:

I agree – emacs is absolutely my console editor of choice. But I don’t
like using console editors when a GUI editor is available.

emacs is a GUI editor nowadays. The Linux GTK version based on emacs 23
is great. You can do everything with the mouse and menus, even if
usually using the command keys is faster because you don’t have to move
the hands away from where they are most of the time (the keyboard) but
you probably know that.

An example:
http://www.skybert.nu/cgi-bin/viewpage.py.cgi?computers+emacs+java_programming_tutorial

I’ve been using both netbeans 6.5 and emacs in the last year. I’m
mandated to use netbeans for a customer’s Java project and I use emacs
for everything else. I think that emacs just beats netbeans feature by
feature. However I concede two things:

  1. It still feels like a console application with a GUI layer added to
    it.

  2. It requires a good deal of customization to get it up to par with
    modern IDEs from the out-of-the-box version (adding modes, installing
    the right .el files, writing some elisp, etc). That’s why I use it only
    on my machine. I use vi over ssh connections to servers and whatever I
    find on other desktops, from notepad to kate or Textmate.

Paolo

If not Text Mate… then EMACS

Best Wishes,
Saideep Annadatha

On Fri, Oct 30, 2009 at 11:18 AM, Marnen Laibow-Koser <

I’ll probably get flamed for this, but I really like Coda for all my
coding purposes. :slight_smile:

I used TextMate and a few others over the years – Eclipse, Aptana,
VIM…well I still use VIM and sometimes Nano for a quick edit – but
I just like how Coda feels. Plus, if you dial in your local settings
for your Coda project you get the built-in preview right in the IDE
like Eclipse. I hear Espresso is pretty decent too, but most Rails
folks I know use TextMate probably due to the multitude of snips and
bundles for Rails. I still pop into TextMate occasionally, but I’m
hooked on Coda now. :slight_smile:

On Oct 29, 7:28 am, Shawn Koppenhoefer <rails-mailing-l…@andreas-