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
|
# Get infos when not using proper eager loading
|
||||||
gem 'bullet'
|
gem 'bullet'
|
||||||
|
|
||||||
|
# Hide assets requests in log
|
||||||
|
gem 'quiet_assets'
|
||||||
end
|
end
|
||||||
|
|
|
@ -126,6 +126,8 @@ GEM
|
||||||
prawn (0.12.0)
|
prawn (0.12.0)
|
||||||
pdf-reader (>= 0.9.0)
|
pdf-reader (>= 0.9.0)
|
||||||
ttfunk (~> 1.0.2)
|
ttfunk (~> 1.0.2)
|
||||||
|
quiet_assets (1.0.2)
|
||||||
|
railties (>= 3.1, < 5.0)
|
||||||
rack (1.4.5)
|
rack (1.4.5)
|
||||||
rack-cache (1.2)
|
rack-cache (1.2)
|
||||||
rack (>= 0.4)
|
rack (>= 0.4)
|
||||||
|
@ -237,6 +239,7 @@ DEPENDENCIES
|
||||||
meta_search
|
meta_search
|
||||||
mysql2
|
mysql2
|
||||||
prawn
|
prawn
|
||||||
|
quiet_assets
|
||||||
rails (~> 3.2.9)
|
rails (~> 3.2.9)
|
||||||
resque
|
resque
|
||||||
ruby-prof
|
ruby-prof
|
||||||
|
|
Loading…
Reference in a new issue