質問編集履歴

1

情報の追加

2019/12/29 03:39

投稿

yamada_yuuki
yamada_yuuki

スコア100

test CHANGED
File without changes
test CHANGED
@@ -10,6 +10,208 @@
10
10
 
11
11
 
12
12
 
13
+ ---
14
+
15
+ ```
16
+
17
+ Started GET "/admin" for ::1 at 2019-12-29 12:19:54 +0900
18
+
19
+ (14.5ms) SELECT sqlite_version(*)
20
+
21
+ (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
22
+
23
+ Processing by RailsAdmin::MainController#dashboard as HTML
24
+
25
+ User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?
26
+
27
+ [["id", 2], ["LIMIT", 1]]
28
+
29
+ ↳ config/initializers/rails_admin.rb:7:in `block (2 levels) in <top (required)>'
30
+
31
+ Started GET "/admin" for ::1 at 2019-12-29 12:19:59 +0900
32
+
33
+ (0.3ms) SELECT sqlite_version(*)
34
+
35
+ Processing by RailsAdmin::MainController#dashboard as HTML
36
+
37
+ User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?
38
+
39
+ [["id", 2], ["LIMIT", 1]]
40
+
41
+ ↳ config/initializers/rails_admin.rb:7:in `block (2 levels) in <top (required)>'
42
+
43
+ (1.0ms) SELECT COUNT(*) FROM "active_storage_attachments"
44
+
45
+ (1.9ms) SELECT COUNT(*) FROM "active_storage_attachments"
46
+
47
+ ActiveStorage::Attachment Load (1.3ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" ORDER BY "active_storage_attachments"."id" DESC LIMIT ? [["LIMIT", 1]]
48
+
49
+ ActiveStorage::Attachment Load (1.2ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" ORDER BY "active_storage_attachments"."id" DESC LIMIT ? [["LIMIT", 1]]
50
+
51
+ (1.1ms) SELECT COUNT(*) FROM "active_storage_blobs"
52
+
53
+ (1.0ms) SELECT COUNT(*) FROM "active_storage_blobs"
54
+
55
+ ActiveStorage::Blob Load (1.3ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" ORDER BY "active_storage_blobs"."id" DESC LIMIT ? [["LIMIT", 1]]
56
+
57
+ ActiveStorage::Blob Load (1.3ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" ORDER BY "active_storage_blobs"."id" DESC LIMIT ? [["LIMIT", 1]]
58
+
59
+ (1.4ms) SELECT COUNT(*) FROM "messages"
60
+
61
+ (1.1ms) SELECT COUNT(*) FROM "messages"
62
+
63
+ Message Load (1.5ms) SELECT "messages".* FROM "messages" ORDER BY "messages"."id" DESC LIMIT ? [["LIMIT", 1]]
64
+
65
+ Message Load (1.2ms) SELECT "messages".* FROM "messages" ORDER BY "messages"."id" DESC LIMIT ? [["LIMIT", 1]]
66
+
67
+ (1.1ms) SELECT COUNT(*) FROM "potetomen"
68
+
69
+ (1.1ms) SELECT COUNT(*) FROM "potetomen"
70
+
71
+ Potetoman Load (1.1ms) SELECT "potetomen".* FROM "potetomen" ORDER BY "potetomen"."id" DESC LIMIT ? [["LIMIT", 1]]
72
+
73
+ Potetoman Load (1.0ms) SELECT "potetomen".* FROM "potetomen" ORDER BY "potetomen"."id" DESC LIMIT ? [["LIMIT", 1]]
74
+
75
+ (1.1ms) SELECT COUNT(*) FROM "action_text_rich_texts"
76
+
77
+ (1.4ms) SELECT COUNT(*) FROM "action_text_rich_texts"
78
+
79
+ ActionText::RichText Load (1.2ms) SELECT "action_text_rich_texts".* FROM "action_text_rich_texts" ORDER BY "action_text_rich_texts"."id" DESC LIMIT ? [["LIMIT", 1]]
80
+
81
+ (1.1ms) SELECT COUNT(*) FROM "users"
82
+
83
+ ActionText::RichText Load (297.6ms) SELECT "action_text_rich_texts".* FROM "action_text_rich_texts" ORDER
84
+
85
+ BY "action_text_rich_texts"."id" DESC LIMIT ? [["LIMIT", 1]]
86
+
87
+ User Load (1.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ? [["LIMIT", 1]]
88
+
89
+ (1.1ms) SELECT COUNT(*) FROM "users"
90
+
91
+ (1.1ms) SELECT COUNT(*) FROM "yours"
92
+
93
+ User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ? [["LIMIT", 1]]
94
+
95
+ Your Load (2.5ms) SELECT "yours".* FROM "yours" ORDER BY "yours"."id" DESC LIMIT ? [["LIMIT", 1]]
96
+
97
+ (1.0ms) SELECT COUNT(*) FROM "yours"
98
+
99
+ Your Load (1.3ms) SELECT "yours".* FROM "yours" ORDER BY "yours"."id" DESC LIMIT ? [["LIMIT", 1]]
100
+
101
+ Rendering C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rails_admin-2.0.0/app/views/rails_admin/main/dashboard.html.haml within layouts/rails_admin/application
102
+
103
+ Rendering C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rails_admin-2.0.0/app/views/rails_admin/main/dashboard.html.haml within layouts/rails_admin/application
104
+
105
+ Rendered C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rails_admin-2.0.0/app/views/rails_admin/main/dashboard.html.haml within layouts/rails_admin/application (Duration: 230.9ms | Allocations: 35512)
106
+
107
+ Rendered C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rails_admin-2.0.0/app/views/rails_admin/main/dashboard.html.haml within layouts/rails_admin/application (Duration: 462.6ms | Allocations: 35454)
108
+
109
+ Rendered C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rails_admin-2.0.0/app/views/layouts/rails_admin/_head.html.haml (Duration: 1775.2ms | Allocations: 171990)
110
+
111
+ Rendered C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rails_admin-2.0.0/app/views/layouts/rails_admin/_head.html.haml (Duration: 1783.7ms | Allocations: 172628)
112
+
113
+ Completed 500 Internal Server Error in 12135ms (ActiveRecord: 32.1ms | Allocations: 340331)
114
+
115
+
116
+
117
+
118
+
119
+ Completed 500 Internal Server Error in 18150ms (ActiveRecord: 345.6ms | Allocations: 690605)
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+ ActionView::Template::Error (Error: File to import not found or unreadable: rails_admin/font-awesome.
128
+
129
+ on line 61:1 of ../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/rails_admin-2.0.0/app/assets/stylesheets/rails_admin/rails_admin.scss.erb
130
+
131
+ >> @import 'rails_admin/font-awesome';
132
+
133
+
134
+
135
+ ^
136
+
137
+ ):
138
+
139
+ 3: %meta{content: "width=device-width, initial-scale=1", name: "viewport; charset=utf-8"}
140
+
141
+ 4: %meta{content: "NONE,NOARCHIVE", name: "robots"}
142
+
143
+ 5: = csrf_meta_tag
144
+
145
+ 6: = stylesheet_link_tag "rails_admin/rails_admin.css", media: :all
146
+
147
+ 7: = javascript_include_tag "rails_admin/rails_admin.js"
148
+
149
+
150
+
151
+ rails_admin (2.0.0) app/assets/stylesheets/rails_admin/rails_admin.scss.erb:61
152
+
153
+ sassc-2.2.1-x64 (mingw32) lib/sassc/engine.rb:49:in `render'
154
+
155
+ sprockets (4.0.0) lib/sprockets/sassc_processor.rb:59:in `block in call'
156
+
157
+ sprockets (4.0.0) lib/sprockets/utils.rb:138:in `module_include'
158
+
159
+
160
+
161
+ (省略)
162
+
163
+
164
+
165
+ puma (4.3.1) lib/puma/server.rb:328:in `block in run'
166
+
167
+ puma (4.3.1) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
168
+
169
+
170
+
171
+ ActionView::Template::Error (Error: File to import not found or unreadable: rails_admin/font-awesome.
172
+
173
+ on line 61:1 of ../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/rails_admin-2.0.0/app/assets/stylesheets/rails_admin/rails_admin.scss.erb
174
+
175
+ >> @import 'rails_admin/font-awesome';
176
+
177
+
178
+
179
+ ^
180
+
181
+ ):
182
+
183
+ 3: %meta{content: "width=device-width, initial-scale=1", name: "viewport; charset=utf-8"}
184
+
185
+ 4: %meta{content: "NONE,NOARCHIVE", name: "robots"}
186
+
187
+ 5: = csrf_meta_tag
188
+
189
+ 6: = stylesheet_link_tag "rails_admin/rails_admin.css", media: :all
190
+
191
+ 7: = javascript_include_tag "rails_admin/rails_admin.js"
192
+
193
+
194
+
195
+ rails_admin (2.0.0) app/assets/stylesheets/rails_admin/rails_admin.scss.erb:61
196
+
197
+ sassc-2.2.1-x64 (mingw32) lib/sassc/engine.rb:49:in `render'
198
+
199
+ sprockets (4.0.0) lib/sprockets/sassc_processor.rb:59:in `block in call'
200
+
201
+ sprockets (4.0.0) lib/sprockets/utils.rb:138:in `module_include'
202
+
203
+
204
+
205
+ (省略)
206
+
207
+
208
+
209
+ ```
210
+
211
+
212
+
213
+
214
+
13
215
  ```railsadminrb
14
216
 
15
217
  RailsAdmin.config do |config|