Stewart Matheson wrote: > Just a poll here i am looking for a good IDE for rails and wondering > what you guys use?
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. > > features i like in an ide > > code highlites > auto code complete > file browser I like a project browser and syntax highlighting. I don't have much use for code completion: it would be nice to have (and in fact KomodoEdit does have it) but because of Ruby's dynamic nature, I've yet to see code completion for Ruby that actually works well. > > Currently i am using dreamwever but the code highliting is really bad > its also a pain to set up other doucment types such as .yml data config. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

