Skip to content

Commit f61ca97

Browse files
committed
Add quiet_assets gem, remove initializer
1 parent 2032f4c commit f61ca97

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

Gemfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,9 @@ group :assets do
114114
end
115115

116116
group :development do
117-
gem "letter_opener"
118117
gem "annotate", git: "https://github.com/ctran/annotate_models.git"
118+
gem "letter_opener"
119+
gem 'quiet_assets', '1.0.1'
119120
gem 'rack-mini-profiler'
120121
end
121122

Gemfile.lock

+3
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ GEM
262262
posix-spawn (~> 0.3.6)
263263
yajl-ruby (~> 1.1.0)
264264
pyu-ruby-sasl (0.0.3.3)
265+
quiet_assets (1.0.1)
266+
railties (~> 3.1)
265267
rack (1.4.1)
266268
rack-cache (1.2)
267269
rack (>= 0.4)
@@ -456,6 +458,7 @@ DEPENDENCIES
456458
pg
457459
pry
458460
pygments.rb (= 0.3.1)
461+
quiet_assets (= 1.0.1)
459462
rack-mini-profiler
460463
rails (= 3.2.8)
461464
rails-dev-tweaks

config/initializers/quite_assets.rb

-13
This file was deleted.

0 commit comments

Comments
 (0)