Ask HN: Does anyone use an IDE for Rails? Which one is best?
Does Rails have good IDEs?
Do they help with management and debugging?
Are they cheap?
Do they have a learning curve?
Thanks for your insights.
Do they help with management and debugging?
Are they cheap?
Do they have a learning curve?
Thanks for your insights.
6 comments
[ 4.6 ms ] story [ 25.8 ms ] threadI've also used <a href="http://www.aptana.com/products/studio3>RadRails</a...; which is also pretty good. Frankly, I like jetbrains products because the support is awesome and they just seem to be better at guessing my intent (with intellisense), but I wouldn't kick RadRails out of bed in the morning ;)
If you're ever on a prod server and having to hack some code (obviously I don't do this) then your Vim skills will help, it's usually pre-installed or at least Vi will be there.
The thing with rails is you don't need an awful lot of help from the IDE. The cycle is usually...
1. Edit some code
2. Refresh the browser, look at the results.
3. goto 1.
Unit tests and the console I run from the command line.
This isn't a code-maniac purist perspective either -- I really wanted to use an IDE and tried hard, but between the setup/dependences of the application, or the tricky integration with git, or the lack of visual CSS support, then something else (usually version incompatibility) would end up biting me every time I tried.
To answer your actual questions:
Maybe, maybe, yes, YES.
To answer the implied question: "Will an IDE help me develop a Rails app more easily?" IMO, probably not.
Use TextMate, http://adventuresincoding.com/2010/05/10-textmate-bundlesplu..., CSSEdit (for instant visual feedback on CSS editing), and Guard+Spork for automating testing http://railscasts.com/episodes/285-spork