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 trial

Ruby

I'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?

Right, Sublime is not my favorite... anymore, it's just the one recommended in the video I believe.

3 Answers

I think Sublime text is one of the things your supposed to download

Matthew Carroll
Matthew Carroll
10,448 Points

It'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.

Now that I'm half way through this tutorial, how do I open the project in sublime text?

Matthew Carroll
Matthew Carroll
10,448 Points

You 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.