質問編集履歴
1
追記させていただきました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -110,7 +110,89 @@
|
|
110
110
|
|
111
111
|
```
|
112
112
|
|
113
|
-
|
113
|
+
WARNING
|
114
|
+
|
115
|
+
```
|
116
|
+
|
117
|
+
remote: ###### WARNING:
|
118
|
+
|
119
|
+
remote:
|
120
|
+
|
121
|
+
remote: You set your `config.assets.compile = true` in production.
|
122
|
+
|
123
|
+
remote: This can negatively impact the performance of your application.
|
124
|
+
|
125
|
+
remote:
|
126
|
+
|
127
|
+
remote: For more information can be found in this article:
|
128
|
+
|
129
|
+
remote: https://devcenter.heroku.com/articles/rails-asset-pipeline#compile-set-to-true-in-production
|
130
|
+
|
131
|
+
remote:
|
132
|
+
|
133
|
+
remote:
|
134
|
+
|
135
|
+
remote: ###### WARNING:
|
136
|
+
|
137
|
+
remote:
|
138
|
+
|
139
|
+
remote: You set your `config.active_storage.service` to :local in production.
|
140
|
+
|
141
|
+
remote: If you are uploading files to this app, they will not persist after the app
|
142
|
+
|
143
|
+
remote: is restarted, on one-off dynos, or if the app has multiple dynos.
|
144
|
+
|
145
|
+
remote: Heroku applications have an ephemeral file system. To
|
146
|
+
|
147
|
+
remote: persist uploaded files, please use a service such as S3 and update your Rails
|
148
|
+
|
149
|
+
remote: configuration.
|
150
|
+
|
151
|
+
remote:
|
152
|
+
|
153
|
+
remote: For more information can be found in this article:
|
154
|
+
|
155
|
+
remote: https://devcenter.heroku.com/articles/active-storage-on-heroku
|
156
|
+
|
157
|
+
remote:
|
158
|
+
|
159
|
+
remote:
|
160
|
+
|
161
|
+
remote: ###### WARNING:
|
162
|
+
|
163
|
+
remote:
|
164
|
+
|
165
|
+
remote: We detected that some binary dependencies required to
|
166
|
+
|
167
|
+
remote: use all the preview features of Active Storage are not
|
168
|
+
|
169
|
+
remote: present on this system.
|
170
|
+
|
171
|
+
remote:
|
172
|
+
|
173
|
+
remote: For more information please see:
|
174
|
+
|
175
|
+
remote: https://devcenter.heroku.com/articles/active-storage-on-heroku
|
176
|
+
|
177
|
+
remote:
|
178
|
+
|
179
|
+
remote:
|
180
|
+
|
181
|
+
remote: ###### WARNING:
|
182
|
+
|
183
|
+
remote:
|
184
|
+
|
185
|
+
remote: No Procfile detected, using the default web server.
|
186
|
+
|
187
|
+
remote: We recommend explicitly declaring how to boot your server process via a Procfile.
|
188
|
+
|
189
|
+
remote: https://devcenter.heroku.com/articles/ruby-default-web-server
|
190
|
+
|
191
|
+
remote:
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
```
|
114
196
|
|
115
197
|
|
116
198
|
|