Skip to content

Instantly share code, notes, and snippets.

@kskb
Last active December 10, 2015 06:08
Show Gist options
  • Save kskb/9337868 to your computer and use it in GitHub Desktop.
Save kskb/9337868 to your computer and use it in GitHub Desktop.
rails new する時のオプションを毎回忘れるのでメモ
// $ rails new fuga --skip-bundle --skip-test-unit -d sqlite3
$ cd fuga
$ bundle install --path vendor/bundle --without production
@kskb
Copy link
Author

kskb commented Apr 9, 2014

-d オプションに付けられる内容は以下
mysql, oracle, postgresql, sqlite3, frontbase, ibm_db, sqlserver, jdbcmysql, jdbcsqlite3, jdbcpostgresql, jdbc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment