質問編集履歴
1
情報の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,6 +4,107 @@
|
|
4
4
|
```
|
5
5
|
検索してもなかなかヒットせず困っています。特別な設定は一切しておりません。インストールをして試してみようとしただけです。なにかわかることがあったらコメントよろしくおねがいします。
|
6
6
|
|
7
|
+
---
|
8
|
+
```
|
9
|
+
Started GET "/admin" for ::1 at 2019-12-29 12:19:54 +0900
|
10
|
+
(14.5ms) SELECT sqlite_version(*)
|
11
|
+
(1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
|
12
|
+
Processing by RailsAdmin::MainController#dashboard as HTML
|
13
|
+
User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?
|
14
|
+
[["id", 2], ["LIMIT", 1]]
|
15
|
+
↳ config/initializers/rails_admin.rb:7:in `block (2 levels) in <top (required)>'
|
16
|
+
Started GET "/admin" for ::1 at 2019-12-29 12:19:59 +0900
|
17
|
+
(0.3ms) SELECT sqlite_version(*)
|
18
|
+
Processing by RailsAdmin::MainController#dashboard as HTML
|
19
|
+
User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?
|
20
|
+
[["id", 2], ["LIMIT", 1]]
|
21
|
+
↳ config/initializers/rails_admin.rb:7:in `block (2 levels) in <top (required)>'
|
22
|
+
(1.0ms) SELECT COUNT(*) FROM "active_storage_attachments"
|
23
|
+
(1.9ms) SELECT COUNT(*) FROM "active_storage_attachments"
|
24
|
+
ActiveStorage::Attachment Load (1.3ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" ORDER BY "active_storage_attachments"."id" DESC LIMIT ? [["LIMIT", 1]]
|
25
|
+
ActiveStorage::Attachment Load (1.2ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" ORDER BY "active_storage_attachments"."id" DESC LIMIT ? [["LIMIT", 1]]
|
26
|
+
(1.1ms) SELECT COUNT(*) FROM "active_storage_blobs"
|
27
|
+
(1.0ms) SELECT COUNT(*) FROM "active_storage_blobs"
|
28
|
+
ActiveStorage::Blob Load (1.3ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" ORDER BY "active_storage_blobs"."id" DESC LIMIT ? [["LIMIT", 1]]
|
29
|
+
ActiveStorage::Blob Load (1.3ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" ORDER BY "active_storage_blobs"."id" DESC LIMIT ? [["LIMIT", 1]]
|
30
|
+
(1.4ms) SELECT COUNT(*) FROM "messages"
|
31
|
+
(1.1ms) SELECT COUNT(*) FROM "messages"
|
32
|
+
Message Load (1.5ms) SELECT "messages".* FROM "messages" ORDER BY "messages"."id" DESC LIMIT ? [["LIMIT", 1]]
|
33
|
+
Message Load (1.2ms) SELECT "messages".* FROM "messages" ORDER BY "messages"."id" DESC LIMIT ? [["LIMIT", 1]]
|
34
|
+
(1.1ms) SELECT COUNT(*) FROM "potetomen"
|
35
|
+
(1.1ms) SELECT COUNT(*) FROM "potetomen"
|
36
|
+
Potetoman Load (1.1ms) SELECT "potetomen".* FROM "potetomen" ORDER BY "potetomen"."id" DESC LIMIT ? [["LIMIT", 1]]
|
37
|
+
Potetoman Load (1.0ms) SELECT "potetomen".* FROM "potetomen" ORDER BY "potetomen"."id" DESC LIMIT ? [["LIMIT", 1]]
|
38
|
+
(1.1ms) SELECT COUNT(*) FROM "action_text_rich_texts"
|
39
|
+
(1.4ms) SELECT COUNT(*) FROM "action_text_rich_texts"
|
40
|
+
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]]
|
41
|
+
(1.1ms) SELECT COUNT(*) FROM "users"
|
42
|
+
ActionText::RichText Load (297.6ms) SELECT "action_text_rich_texts".* FROM "action_text_rich_texts" ORDER
|
43
|
+
BY "action_text_rich_texts"."id" DESC LIMIT ? [["LIMIT", 1]]
|
44
|
+
User Load (1.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ? [["LIMIT", 1]]
|
45
|
+
(1.1ms) SELECT COUNT(*) FROM "users"
|
46
|
+
(1.1ms) SELECT COUNT(*) FROM "yours"
|
47
|
+
User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ? [["LIMIT", 1]]
|
48
|
+
Your Load (2.5ms) SELECT "yours".* FROM "yours" ORDER BY "yours"."id" DESC LIMIT ? [["LIMIT", 1]]
|
49
|
+
(1.0ms) SELECT COUNT(*) FROM "yours"
|
50
|
+
Your Load (1.3ms) SELECT "yours".* FROM "yours" ORDER BY "yours"."id" DESC LIMIT ? [["LIMIT", 1]]
|
51
|
+
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
|
52
|
+
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
|
53
|
+
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)
|
54
|
+
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)
|
55
|
+
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)
|
56
|
+
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)
|
57
|
+
Completed 500 Internal Server Error in 12135ms (ActiveRecord: 32.1ms | Allocations: 340331)
|
58
|
+
|
59
|
+
|
60
|
+
Completed 500 Internal Server Error in 18150ms (ActiveRecord: 345.6ms | Allocations: 690605)
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
ActionView::Template::Error (Error: File to import not found or unreadable: rails_admin/font-awesome.
|
65
|
+
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
|
66
|
+
>> @import 'rails_admin/font-awesome';
|
67
|
+
|
68
|
+
^
|
69
|
+
):
|
70
|
+
3: %meta{content: "width=device-width, initial-scale=1", name: "viewport; charset=utf-8"}
|
71
|
+
4: %meta{content: "NONE,NOARCHIVE", name: "robots"}
|
72
|
+
5: = csrf_meta_tag
|
73
|
+
6: = stylesheet_link_tag "rails_admin/rails_admin.css", media: :all
|
74
|
+
7: = javascript_include_tag "rails_admin/rails_admin.js"
|
75
|
+
|
76
|
+
rails_admin (2.0.0) app/assets/stylesheets/rails_admin/rails_admin.scss.erb:61
|
77
|
+
sassc-2.2.1-x64 (mingw32) lib/sassc/engine.rb:49:in `render'
|
78
|
+
sprockets (4.0.0) lib/sprockets/sassc_processor.rb:59:in `block in call'
|
79
|
+
sprockets (4.0.0) lib/sprockets/utils.rb:138:in `module_include'
|
80
|
+
|
81
|
+
(省略)
|
82
|
+
|
83
|
+
puma (4.3.1) lib/puma/server.rb:328:in `block in run'
|
84
|
+
puma (4.3.1) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
|
85
|
+
|
86
|
+
ActionView::Template::Error (Error: File to import not found or unreadable: rails_admin/font-awesome.
|
87
|
+
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
|
88
|
+
>> @import 'rails_admin/font-awesome';
|
89
|
+
|
90
|
+
^
|
91
|
+
):
|
92
|
+
3: %meta{content: "width=device-width, initial-scale=1", name: "viewport; charset=utf-8"}
|
93
|
+
4: %meta{content: "NONE,NOARCHIVE", name: "robots"}
|
94
|
+
5: = csrf_meta_tag
|
95
|
+
6: = stylesheet_link_tag "rails_admin/rails_admin.css", media: :all
|
96
|
+
7: = javascript_include_tag "rails_admin/rails_admin.js"
|
97
|
+
|
98
|
+
rails_admin (2.0.0) app/assets/stylesheets/rails_admin/rails_admin.scss.erb:61
|
99
|
+
sassc-2.2.1-x64 (mingw32) lib/sassc/engine.rb:49:in `render'
|
100
|
+
sprockets (4.0.0) lib/sprockets/sassc_processor.rb:59:in `block in call'
|
101
|
+
sprockets (4.0.0) lib/sprockets/utils.rb:138:in `module_include'
|
102
|
+
|
103
|
+
(省略)
|
104
|
+
|
105
|
+
```
|
106
|
+
|
107
|
+
|
7
108
|
```railsadminrb
|
8
109
|
RailsAdmin.config do |config|
|
9
110
|
|