Hello. I am currently learning Ruby on Rails, and would like to hear expert voices about editors for this framework.
I am looking for an editor that allows autocomplete and checks syntax errors. Wich editor do you use?
try Rad Rails.
As mentioned, RadRails is a great tool if you are starting out, but for me it was just too big bloated and slow – as are most eclipse based tools.
I personally use Coda as my text editor and run my rails server, migrations, scaffold generators, etc by hand—you’ll learn a lot more about rails doing these things by hand.
