質問編集履歴

3

プライベート情報削除

2019/05/14 05:02

投稿

params_bird
params_bird

スコア26

test CHANGED
File without changes
test CHANGED
@@ -312,9 +312,9 @@
312
312
 
313
313
  }
314
314
 
315
- config.fog_directory = 'soudan-sns'
315
+ config.fog_directory = 'hoge-app'
316
-
316
+
317
- config.asset_host = 'https://s3.amazonaws.com/soudan-sns'
317
+ config.asset_host = 'https://s3.amazonaws.com/hoge-app'
318
318
 
319
319
  end
320
320
 

2

プライベート情報更新

2019/05/14 05:02

投稿

params_bird
params_bird

スコア26

test CHANGED
File without changes
test CHANGED
@@ -260,7 +260,7 @@
260
260
 
261
261
 
262
262
 
263
- heroku[router]: at=info method=GET path="/favicon.ico" host=soudan-sns.herokuapp.com request_id=2e857cfa-16a1-44a6-9708-b89fdda65616 fwd="49.251.168.137" dyno=web.1 connect=1ms service=2ms status=200 bytes=207 protocol=https
263
+ heroku[router]: at=info method=GET path="/favicon.ico" host=hoge-app.herokuapp.com request_id=2e857cfa-16a1-44a6-9708-b89fdda65616 fwd="49.251.168.137" dyno=web.1 connect=1ms service=2ms status=200 bytes=207 protocol=https
264
264
 
265
265
 
266
266
 

1

gemファイル

2019/05/14 05:01

投稿

params_bird
params_bird

スコア26

test CHANGED
File without changes
test CHANGED
@@ -16,6 +16,8 @@
16
16
 
17
17
  gem 'carrierwave'
18
18
 
19
+ gem 'rmagick'
20
+
19
21
  gem 'fog-aws'
20
22
 
21
23
  ```