Getting Started
Goals
Steps
File/Folder Purpose app/ Contains the controllers, models, and views for your application. You will do most of your work here. config/ Configure your application's runtime rules, routes, database, and more. db/ Shows your current database schema, as well as the database migrations. public/ The only folder shown to the world as-is. If you put files in here, they will be served directly on the web without any processing by Rails.
Next Step:
Go on to Add The Project To A Git Repo