We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b999859 commit 0e066a4Copy full SHA for 0e066a4
Gemfile
@@ -11,6 +11,8 @@ gem 'sqlite3'
11
gem 'turbolinks'
12
gem 'uglifier', '>= 1.3.0'
13
14
+gem 'quiet_assets', group: :development
15
+
16
group :development, :test do
17
gem 'byebug' # Call 'byebug' in code to stop execution and get a debugger console
18
gem 'capybara'
Gemfile.lock
@@ -148,6 +148,8 @@ GEM
148
eventmachine_httpserver
149
http_parser.rb (~> 0.6.0)
150
multi_json
151
+ quiet_assets (1.1.0)
152
+ railties (>= 3.1, < 5.0)
153
rack (1.6.4)
154
rack-test (0.6.3)
155
rack (>= 1.0)
@@ -271,6 +273,7 @@ DEPENDENCIES
271
273
pry-rescue
272
274
pry-stack_explorer
275
puffing-billy
276
+ quiet_assets
277
rails (= 4.2.3)
278
rspec-rails (~> 3.2)
279
sass-rails (~> 4.0)
0 commit comments