Skip to content

Instantly share code, notes, and snippets.

@shin1ohno
shin1ohno / memo.md
Created April 2, 2012 16:35
Rails project creation memo

Railsアプリケーションの生成

rspecを使うので、--skip-test-unit

rails new app_name -T --skip-test
rm public/index.html app/assets/images/rails.png

Gemfileに必要なものを追加してbundle

bundle