Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 910 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 910 Bytes

rails_template

Ref

Usage

$ rails new app -d postgresql -BTC --skip-turbolinks -m app_template.rb

Motivation

  • newのあとにGemfileを編集したくない
  • bundleのあとの必須設定を自動でやってほしい
    • i18nのja.ymlのダウンロード
    • RSpec generate時の作成ファイルの設定
    • Gemfileのコメント行の削除