LoginSignup
1
1

More than 5 years have passed since last update.

Railsのアセット関連のログを出さないようにしたい

Posted at

Rails 4ではGemfileに下記を追加:

Gemfile
gem 'quiet_assets', group: :development

Rails 5では設定を1行追加する:

config/environments/development.rb
  config.assets.quiet = true

参考: Railsの開発環境:1行でassetsのログを除外にする方法

1
1
2

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
1
1