質問編集履歴

1

情報追加

2016/11/15 04:46

投稿

s.k
s.k

スコア423

test CHANGED
File without changes
test CHANGED
@@ -47,6 +47,16 @@
47
47
  と、拒絶されてしまいます。
48
48
 
49
49
 
50
+
51
+
52
+
53
+ このようなエラーも発生していました。
54
+
55
+ ```
56
+
57
+ DEPRECATION WARNING: You attempted to assign a value which is not explicitly `true` or `false` ("{:autofocus=>true}") to a boolean column. Currently this value casts to `false`. This will change to match Ruby's semantics, and will cast to `true` in Rails 5. If you would like to maintain the current behavior, you should explicitly handle the values you would like cast to `false`. (called from update_without_current_password at /home/ubuntu/workspace/app/models/user.rb:79)
58
+
59
+ ```
50
60
 
51
61
 
52
62