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'
7
7
8
8
gem 'rake'
9
9
10
+ gem 'rails-perftest'
11
+ gem 'ruby-prof' , '0.15.9'
12
+
10
13
# Bundle edge Rails instead:
11
14
# gem 'rails', git: 'https://github.com/rails/rails'
12
15
Original file line number Diff line number Diff line change 219
219
rails-deprecated_sanitizer (>= 1.0.1 )
220
220
rails-html-sanitizer (1.0.3 )
221
221
loofah (~> 2.0 )
222
+ rails-perftest (0.0.7 )
222
223
railties (4.2.8 )
223
224
actionpack (= 4.2.8 )
224
225
activesupport (= 4.2.8 )
254
255
rspec-mocks (~> 3.6.0 )
255
256
rspec-support (~> 3.6.0 )
256
257
rspec-support (3.6.0 )
258
+ ruby-prof (0.15.9 )
257
259
ruby_dep (1.5.0 )
258
260
sass (3.4.24 )
259
261
sass-rails (5.0.6 )
@@ -345,10 +347,12 @@ DEPENDENCIES
345
347
pry-rails
346
348
rack-livereload
347
349
rails (= 4.2.8 )
350
+ rails-perftest
348
351
rake
349
352
rb-fsevent
350
353
responders
351
354
rspec-rails
355
+ ruby-prof (= 0.15.9 )
352
356
sass-rails
353
357
simplecov
354
358
sqlite3
@@ -363,4 +367,4 @@ RUBY VERSION
363
367
ruby 2.3.4p301
364
368
365
369
BUNDLED WITH
366
- 1.15.0
370
+ 1.15.3
Original file line number Diff line number Diff line change 4
4
# model remove the '{}' from the fixture names and add the columns immediately
5
5
# below each fixture, per the syntax in the comments below
6
6
#
7
- one : {}
7
+ # one: {}
8
8
# column: value
9
9
#
10
- two : {}
10
+ # two: {}
11
11
# column: value
You can’t perform that action at this time.
0 commit comments