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 Simple Ruby on Rails Application Getting Started with Rails Generate a Rails Application

I'm totally lost! Where did all these Ruby on Rails files came from ?

I'm so lost here. Started downloading Ruby on Rails, then went to the terminal, typed a couple weird stuff and suddenly, EUREKA, I have a bunch of files on the text editor and I'm updating statuses... Where did those files come from ? How ? Did I miss a video in between ? Thank you.

1 Answer

Maciej Czuchnowski
Maciej Czuchnowski
36,441 Points

Since people who develop Rails apps often need some commonly used functionality, a script/generator was built in that creates a lot of stuff for you and makes it usable out of the box (i.e. with one command in the console). You could do all these things manually and get more control/customization along the way, but that's more advanced and you will get to it one day if you want to.