If you're using Mac OS X, I think TextMate is (still) a good text editor to start with. It will not grow with you, when you outgrow it I recommend RubyMine (which I love personally)
Other popular choices include Sublime, or many developers like vi. Here's a stack overflow post about different text editor options: http://stackoverflow.com/questions/16991/what-ruby-ide-do-you-prefer I'd recommend you spend some time reading the manual of whichever one you choose, and in particular look for the section "How to Create a New File" which will answer your question in the context of whatever text editor or IDE you are using. -Jason On Sep 19, 2014, at 10:55 PM, Aspiring.Student.prgrammer <[email protected]> wrote: > Hey guys > > I am using the getting started with rails guide and i am stuck at a certain > point. I am up to creating a new html.erb file within the app/views/articles. > However how do i actually create the new file. Do u do it in the command > prompt or another script editor? > > Help please > ASAP > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/a0221044-7e3b-47e8-9293-dd80ea53615d%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/3890EB84-1D74-47D8-9F2E-3C8950931EC6%40datatravels.com. For more options, visit https://groups.google.com/d/optout.

