RVince wrote: > Thanks guys -- may be a dumb q, but... > > It seems that if you are coding rails, there's little you need/want > other than syntax highlighting (and perhaps a means to prettify the > code). You really cannot set breakpoints or use an IDE in writing > Rails can you? -Rvince
Things you may want: - quick access to the logs - easy directory tree parsing - easy toggling between controller/model/view - code completion (it does come in handy!) - a simple way to choose which version of Ruby and/or Rails to use with your app - rake tasks - migration control etc etc. It's nothing particularly fancy but the IDE just makes it easier by bringing it all together. -- 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 -~----------~----~----~----~------~----~------~--~---

