Rails のメモ

最初の作り方

  1. rails projectname && cd projectname
  2. ./script/generate migration create_dbname
  3. ./script/generate scaffold Dbname