File tree Expand file tree Collapse file tree 3 files changed +5
-17
lines changed Expand file tree Collapse file tree 3 files changed +5
-17
lines changed Original file line number Diff line number Diff line change @@ -142,12 +142,9 @@ group :development, :test do
142
142
143
143
gem 'puma' , '~> 2.14.0'
144
144
145
- gem 'byebug'
146
145
# Better Errors
147
146
gem 'better_errors'
148
147
gem 'binding_of_caller'
149
148
150
- gem 'tunemygc'
151
-
152
149
gem 'bundler-audit' , require : false
153
150
end
Original file line number Diff line number Diff line change 59
59
sass-rails
60
60
arel (6.0.3 )
61
61
ast (2.2.0 )
62
- astrolabe (1.3.1 )
63
- parser (~> 2.2 )
64
62
auto-space (0.0.4 )
65
63
activesupport (> 3.0.0 )
66
64
axiom-types (0.1.1 )
82
80
bundler-audit (0.4.0 )
83
81
bundler (~> 1.2 )
84
82
thor (~> 0.18 )
85
- byebug (8.2.1 )
86
83
cancancan (1.8.4 )
87
84
capistrano (2.9.0 )
88
85
highline
273
270
omniauth (~> 1.2 )
274
271
orm_adapter (0.5.0 )
275
272
parallel (1.6.1 )
276
- parser (2.2. 3.0 )
277
- ast (>= 1.1 , < 3.0 )
273
+ parser (2.3.0.1 )
274
+ ast (~> 2.2 )
278
275
pg (0.18.4 )
279
276
phantomjs (1.9.8.0 )
280
277
posix-spawn (0.3.11 )
@@ -361,13 +358,11 @@ GEM
361
358
rspec-mocks (~> 3.4.0 )
362
359
rspec-support (~> 3.4.0 )
363
360
rspec-support (3.4.1 )
364
- rubocop (0.35.1 )
365
- astrolabe (~> 1.3 )
366
- parser (>= 2.2.3.0 , < 3.0 )
361
+ rubocop (0.36.0 )
362
+ parser (>= 2.3.0.0 , < 3.0 )
367
363
powerpack (~> 0.1 )
368
364
rainbow (>= 1.99.1 , < 3.0 )
369
365
ruby-progressbar (~> 1.7 )
370
- tins (<= 1.6.0 )
371
366
ruby-prof (0.15.9 )
372
367
ruby-progressbar (1.7.5 )
373
368
rucaptcha (0.3.2 )
405
400
thor (0.19.1 )
406
401
thread_safe (0.3.5 )
407
402
tilt (2.0.1 )
408
- tins (1.6.0 )
409
- tunemygc (1.0.62 )
410
403
tzinfo (1.2.2 )
411
404
thread_safe (~> 0.1 )
412
405
uglifier (2.7.2 )
@@ -439,7 +432,6 @@ DEPENDENCIES
439
432
better_errors
440
433
binding_of_caller
441
434
bundler-audit
442
- byebug
443
435
cancancan (~> 1.8.4 )
444
436
capistrano (= 2.9.0 )
445
437
capistrano-sidekiq
@@ -510,7 +502,6 @@ DEPENDENCIES
510
502
sinatra
511
503
social-share-button (= 0.1.5 )
512
504
sprockets
513
- tunemygc
514
505
turbolinks !
515
506
uglifier
516
507
unicorn (= 5.0.0 )
Original file line number Diff line number Diff line change 4
4
t . integer :user_id
5
5
t . integer :mentioned_user_ids , array : true , default : [ ]
6
6
t . text :body
7
- t . timestamps
7
+ t . timestamps null : false
8
8
end
9
9
10
10
class TestDocument < ActiveRecord ::Base
You can’t perform that action at this time.
0 commit comments