質問編集履歴
1
リンク挿入
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,7 +22,9 @@
|
|
22
22
|
|
23
23
|
調べても、情報は下記ぐらいで、あまり理解できずにいます。
|
24
24
|
|
25
|
-
[
|
25
|
+
[There was an error while trying to load the gem 'activeadmin'. #4756](https://github.com/activeadmin/activeadmin/issues/4756)
|
26
|
+
|
27
|
+
[There was an error while trying to load the gem 'ransack'. (Bundler::GemRequireError) Gem Load Error is: undefined method `require_constants' for nil:NilClass #890](https://github.com/activerecord-hackery/ransack/issues/890)
|
26
28
|
|
27
29
|
お助けいただければ幸いです。
|
28
30
|
|
@@ -42,10 +44,36 @@
|
|
42
44
|
|
43
45
|
web_1 | /usr/local/bundle/gems/ransack-2.3.0/lib/ransack/adapters.rb:5:in `object_mapper'
|
44
46
|
|
47
|
+
web_1 | /usr/local/bundle/gems/ransack-2.3.0/lib/ransack.rb:6:in `<top (required)>'
|
48
|
+
|
49
|
+
web_1 | /usr/local/lib/ruby/site_ruby/2.4.0/bundler/runtime.rb:81:in `require'
|
50
|
+
|
51
|
+
web_1 | /usr/local/lib/ruby/site_ruby/2.4.0/bundler/runtime.rb:81:in `block (2 levels) in require'
|
52
|
+
|
53
|
+
web_1 | /usr/local/lib/ruby/site_ruby/2.4.0/bundler/runtime.rb:76:in `each'
|
54
|
+
|
55
|
+
web_1 | /usr/local/lib/ruby/site_ruby/2.4.0/bundler/runtime.rb:76:in `block in require'
|
56
|
+
|
57
|
+
web_1 | /usr/local/lib/ruby/site_ruby/2.4.0/bundler/runtime.rb:65:in `each'
|
58
|
+
|
59
|
+
web_1 | /usr/local/lib/ruby/site_ruby/2.4.0/bundler/runtime.rb:65:in `require'
|
60
|
+
|
61
|
+
web_1 | /usr/local/lib/ruby/site_ruby/2.4.0/bundler.rb:114:in `require'
|
62
|
+
|
63
|
+
web_1 | /app/config/application.rb:7:in `<top (required)>'
|
64
|
+
|
65
|
+
web_1 | /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/commands/commands_tasks.rb:88:in `require'
|
66
|
+
|
67
|
+
web_1 | /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/commands/commands_tasks.rb:88:in `block in server'
|
68
|
+
|
69
|
+
web_1 | /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/commands/commands_tasks.rb:85:in `tap'
|
70
|
+
|
45
71
|
(途中略)
|
46
72
|
|
47
73
|
test_csv_app_web_1 exited with code 1
|
48
74
|
|
75
|
+
|
76
|
+
|
49
77
|
```
|
50
78
|
|
51
79
|
|