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

Deleted User

finding the folder path for ruby setup

Brand new to ruby on rails, I am following the video regarding generating a rails application..I made a folder within the installation directory of ruby, it is not finding the path specified..Any help on how to identify a folder in the cmd prompt?

5 Answers

If you are on Linux, after you create a new site using rails, you can find the path of where the files are using pwd.


You can check out this site, if you want to learn more about navigating Linux by the command line

So if you do rails new blog, hit ls, and it should list any folders, then just hit cd blog.

Deleted User

thank you !

@Jason - We got this.

Go teamwork!