You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* you must add redis cloud(free) add-on, heorku postgresql(free) add-on <br/>
4
+
*(Auto config) you must add redis cloud(free) add-on, heorku postgresql(free) add-on <br/>
5
5
* demo site : https://tutorial-rails-rest-api.herokuapp.com/api-docs/index.html
6
+
* you must change ```local path``` of **active storage** config to a such like ***cloud storage***```S3 or GCS``` in [storage.yml](/config/storage.yml) if you use heroku. because heroku hard drive is [Ephemeral Disk](https://devcenter.heroku.com/articles/active-storage-on-heroku#ephemeral-disk)
7
+
* If you upload file on local path of Ephemeral Disk. Uploaded file will be gone in a few minutes
6
8
7
9
How to Run
8
10
----------
@@ -12,8 +14,8 @@ How to Run
12
14
* [elk.yml config](#elkyml-config)
13
15
* [lograge.rb with custom config](#logragerb-with-custom-config)
0 commit comments