Added quiet_assets gem to have cleaner log file in developing.
This commit is contained in:
parent
20e439c2a7
commit
77d4caea68
2 changed files with 6 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -55,4 +55,7 @@ group :development do
|
|||
|
||||
# Get infos when not using proper eager loading
|
||||
gem 'bullet'
|
||||
|
||||
# Hide assets requests in log
|
||||
gem 'quiet_assets'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue