Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMatthew de Noronha
418 PointsI'm following Ruby on Rails 5 Basic. We're now asked to edit things in the editor, when did we download an editor?
The nested tree editor, not the command line interface. Did I miss a video or something?
3 Answers
john larson
16,594 PointsI think Sublime text is one of the things your supposed to download
Matthew Carroll
10,448 PointsIt's up to you what editor you choose really. I believe most, if not all, of the treehouse instructors use Sublime Text but there are others available.
Matthew de Noronha
418 PointsNow that I'm half way through this tutorial, how do I open the project in sublime text?
Matthew Carroll
10,448 PointsYou probably already worked this out by now but in the terminal once you've used 'cd' to move into the directory where your project lives you can type 'subl .' in the terminal and it will open the project file in a sublime text window. Alternatively there should be an option inside sublime (probably in the 'file' menu) that says "Add project folder" then you just want to navigate through your folders until you reach your project and open it from there.
Personally I use atom so I'm not 100% certain where the "add project folder" option is in sublime but it's probably in the same place.
john larson
16,594 Pointsjohn larson
16,594 PointsRight, Sublime is not my favorite... anymore, it's just the one recommended in the video I believe.