-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update production to store ActiveStorage files on local #254
Labels
enhancement
New feature or request
Comments
dleadbetter
added a commit
that referenced
this issue
Mar 24, 2020
dleadbetter
added a commit
that referenced
this issue
Mar 24, 2020
dleadbetter
added a commit
that referenced
this issue
Mar 24, 2020
dleadbetter
added a commit
that referenced
this issue
Mar 24, 2020
dleadbetter
added a commit
that referenced
this issue
Mar 24, 2020
dleadbetter
added a commit
that referenced
this issue
Mar 25, 2020
…ke the force_ssl property, this may need to change in the future)
dleadbetter
added a commit
that referenced
this issue
Mar 25, 2020
dleadbetter
added a commit
that referenced
this issue
Mar 26, 2020
dleadbetter
added a commit
that referenced
this issue
May 5, 2020
NickLaiacona
pushed a commit
that referenced
this issue
Jun 15, 2020
* DM2 #254 - Adding "dotenv-rails" gem and an environment variable for "ACTIVE_STORAGE_SERVICE" * DM2 #254 - Adding rake tasks to migration ActiveStorage data * DM2 #254 - Adding "foreman" gem for easy migration from Heroku * DM2 #254 - Updating .gitignore to ignore .ruby-version * DM2 #254 - Updating to use "figaro" gem for environment variables instead of "dotenv" * DM2 #254 - Adding database user as environment variable * DM2 #254 - Disabling SSL requirement (this may need to be re-added) * DM2 #254 - Changing default protocol to 'http' instead of 'https' (like the force_ssl property, this may need to change in the future) * DM2 #254 - Resetting force_ssl to "true" and protocol to "https" * DM2 #254 - Adding an "Active Storage" section to README.md * DM2 #254 - Updating image file size limit to 300 MB
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently production uses AWS S3 to store ActiveStorage files. We should update the production environment to store files on the local file storage.
The text was updated successfully, but these errors were encountered: