Last active
December 10, 2015 06:08
-
-
Save kskb/9337868 to your computer and use it in GitHub Desktop.
rails new する時のオプションを毎回忘れるのでメモ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// $ rails new fuga --skip-bundle --skip-test-unit -d sqlite3 | |
$ cd fuga | |
$ bundle install --path vendor/bundle --without production |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-d オプションに付けられる内容は以下
mysql, oracle, postgresql, sqlite3, frontbase, ibm_db, sqlserver, jdbcmysql, jdbcsqlite3, jdbcpostgresql, jdbc.