建立一個新 Rails 專案

rails X.X.X new Project_name -T 後面的 “-T” 是指不安裝內建的 test unit

cd Project_name

git init

git add .

git commit -m “Initial Commit”