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 Build a Todo List Application with Rails 4 Build a Todo List Application with Rails 4 Generate a Rails Application

Anders Lund
Anders Lund
3,061 Points

open in sublime text 2?

Hey, I'm trying to open the terminal file in the sublime text program but first of all i can't find the folder with all the files, after i've written "rails new name" and gotten all the info, So since i can't find the folder that terminal/rails creates here i save the terminal file and open that in sublime, but then i don't get the folders on the left side, like the "app" and "config" and so on. I have no idea what I'm doing in this sublime program so please help! TY

1 Answer

If you are in terminal and you created a rails app and you want to know where is it located you need to type "pwd". That should show you the path ..something like this : /Users/Anders/Documents/my_app Then you can navigate via finder and drag and drop the app to sublime. Or mate . (dot means current directory)