On 16 March 2013 04:40, Jason Hsu, Android developer <[email protected]> wrote: > What are your favorite IDEs for Ruby on Rails? Are there any good IDEs that > IMMEDIATELY flag problems the way Eclipse does in Android development? > Given the importance of testing, I'd like to use a tool that immediately and > automatically flags problems.
Most rails developers (I believe) recommend not to use an IDE, but to use a good editor with ruby parsing and project management capabilities (such as jedit, but there are many others) and to use the command line for the rest. An IDE just isolates you from the command line so that when something goes wrong it can be difficult to analyse. Also you will generally find it easier to get help if you are using the command line. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

