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

Don't include Active Storage migrations in new apps #31534

Merged
merged 2 commits into from
Jan 9, 2018

Commits on Dec 15, 2017

  1. Don't run rails active_storage:install in new apps

    See rails#31315 for full discussion
    claudiob committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    74996ce View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Help if Active Storage tables are missing

    When a user tries to create a new attachment or blog and the matching table is missing from the database
    (`active_storage_attachments` and `active_storage_blobs` by default), an informative error is displayed
    that invites users to run the `active_storage:install` task.
    claudiob committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    e32eda6 View commit details
    Browse the repository at this point in the history