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

Persist active storage uploads between deployments #475

Merged
merged 2 commits into from
Sep 15, 2018

Commits on Sep 15, 2018

  1. Fallback to stock logo if org doesn't have one

    If the organization doesn't upload a logo, we should at least show some
    picture in it's place. This uses the stock diaperbase logo, which will
    show up on the org's homepage and pdf reports.
    seanmarcia authored and cattywampus committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    398bb8e View commit details
    Browse the repository at this point in the history
  2. Add storage to be auto-linked by capistrano

    Active Storage is configured to store uploads under the `storage/` path
    in `Rails.root`. This folder needs to be symlinked from the capistrano
    `shared/` path so that way the same uploads can persist between
    deployments.
    cattywampus committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    1383592 View commit details
    Browse the repository at this point in the history