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
The latest release made an effort to rely on as much as rails new as possible, and to push any infrastructure decisions to the consumer, since we no longer default to hosting on Heroku.
That being said, I don't think there would ever be a case where we'd want to store files locally in production.
Line #11 in config/environments/production reads:
With the Heroku setup, shouldn't there be an ENV variable here so users can set it to a third-party service (ex: AWS)?
The text was updated successfully, but these errors were encountered: