1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] Better description for starting up with new Rails project

These changes rephrases the description with better explanation of step by step process.
This commit is contained in:
Shivani 2015-07-24 14:57:36 +05:30 committed by Robin Dupret
parent ca24ab8c1f
commit ac1c888b95

View file

@ -71,10 +71,9 @@ The Rails philosophy includes two major guiding principles:
Creating a New Rails Project
----------------------------
The best way to use this guide is to follow each step as it happens, no code or
step needed to make this example application has been left out, so you can
literally follow along step by step.
The best way to read this guide is to follow it step by step. All steps are
essential to run this example application and no additional code or steps are
needed.
By following along with this guide, you'll create a Rails project called
`blog`, a (very) simple weblog. Before you can start building the application,