File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ ruby '2.3.4'
77
88gem 'rake'
99
10+ gem 'rails-perftest'
11+ gem 'ruby-prof' , '0.15.9'
12+
1013# Bundle edge Rails instead:
1114# gem 'rails', git: 'https://github.com/rails/rails'
1215
Original file line number Diff line number Diff line change 219219 rails-deprecated_sanitizer (>= 1.0.1 )
220220 rails-html-sanitizer (1.0.3 )
221221 loofah (~> 2.0 )
222+ rails-perftest (0.0.7 )
222223 railties (4.2.8 )
223224 actionpack (= 4.2.8 )
224225 activesupport (= 4.2.8 )
254255 rspec-mocks (~> 3.6.0 )
255256 rspec-support (~> 3.6.0 )
256257 rspec-support (3.6.0 )
258+ ruby-prof (0.15.9 )
257259 ruby_dep (1.5.0 )
258260 sass (3.4.24 )
259261 sass-rails (5.0.6 )
@@ -345,10 +347,12 @@ DEPENDENCIES
345347 pry-rails
346348 rack-livereload
347349 rails (= 4.2.8 )
350+ rails-perftest
348351 rake
349352 rb-fsevent
350353 responders
351354 rspec-rails
355+ ruby-prof (= 0.15.9 )
352356 sass-rails
353357 simplecov
354358 sqlite3
@@ -363,4 +367,4 @@ RUBY VERSION
363367 ruby 2.3.4p301
364368
365369BUNDLED WITH
366- 1.15.0
370+ 1.15.3
Original file line number Diff line number Diff line change 44# model remove the '{}' from the fixture names and add the columns immediately
55# below each fixture, per the syntax in the comments below
66#
7- one : {}
7+ # one: {}
88# column: value
99#
10- two : {}
10+ # two: {}
1111# column: value
You can’t perform that action at this time.
0 commit comments