TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What Rails IDE do you use?

1 pointsby doronrotemover 16 years ago
TextMate? RadRails? Aptana? CodeGear? Elseware?

4 comments

Spyckieover 16 years ago
RadRails works well for me. Its really about how familiar you get with the program, and how much you customize it to suit your coding habits (and how much you prefer the mouse).<p>Customizations that I use/advocate:<p>1) Get or make a good color scheme for syntax highlighting.<p>2) bind arrow keys to ctrl+i|j|k|l. I bind j&#38;l to next and previous words and ctrl+; to end of line, and it works so well I did that to Word and notepad++ too (you really don't need ctrl+i for italics...). The only problem is that I tend to open up my downloads tab (ctrl+j) when I'm composing emails in firefox.<p>3) Edit -&#62; Open resource Open resource is the MAIN reason why I use RadRails. I map it to ctrl+shift+o, and it makes switching between files extremely fast, which is important in rails since you have so many files all over the place.<p>4) Other notable key bindings that are useful: - maximize window - close all but current file - Search (through all the files) - Duplicate file<p>For me, having a clean workspace is crucial as well as getting to places quickly. My customizations reflect this, but I'm sure you can do that to many other IDEs. The exception is NetBeans - their open resource is using a bubble sort or something incredibly slow and they're not caching it either...
gtaniover 16 years ago
<a href="http://woss.name/2008/03/04/ruby-on-rails-ides/" rel="nofollow">http://woss.name/2008/03/04/ruby-on-rails-ides/</a>
jdgover 16 years ago
TextMate user #719.
yanover 16 years ago
vim
评论 #352716 未加载