Skip to content
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

Open
dleadbetter opened this issue Mar 23, 2020 · 0 comments
Open

Update production to store ActiveStorage files on local #254

dleadbetter opened this issue Mar 23, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dleadbetter
Copy link
Contributor

Currently production uses AWS S3 to store ActiveStorage files. We should update the production environment to store files on the local file storage.

@dleadbetter dleadbetter added the enhancement New feature or request label Mar 23, 2020
@dleadbetter dleadbetter self-assigned this Mar 23, 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)
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
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant