Skip to content

Instantly share code, notes, and snippets.

@murayama
Created July 9, 2013 01:37
Show Gist options
  • Save murayama/5953977 to your computer and use it in GitHub Desktop.
Save murayama/5953977 to your computer and use it in GitHub Desktop.
rails newするときのオプションを省略
# rails3.2からrails newでプロジェクトを作成するときのオプションを書いておくことができる
# 実際にプロジェクトを作成するときは`rails new myproject`で下記オプションが勝手に適用される
-T -d mysql --skip-bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment