LoginSignup
51
32

More than 5 years have passed since last update.

【Railsメモ】Rails g controller のスキップオプション

Posted at

rails g controller controller_name に使えるスキップオプションをメモしておきます。

command description
--skip-template-engine viewsの作成をスキップ
--skip-test-framework テストの作成をスキップ
--skip-assets assetsの作成をスキップ
--skip-helper helperの作成をスキップ

すべて使えば、app/controllers にファイルが作成されるだけになります。

51
32
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
51
32