Rails App Directory Structure
Its important for you to become familiar with the folders of a rails app.
Create empty Rails App
Open in Terminal and create an empty rails app

Open the new rails directroy and get look at all the folders you get.
Rails is like having a team of departments that specializes in doing certain things in your project. you only had to type one line of code just to get setup.

There is much more to learn about the Rails Directory Structure but this is enough for beginners. Next will look at specific folders and see how they work in more detail.

Post Comments