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

Install Active Storage by default on new stores #3938

Merged
merged 1 commit into from
Feb 18, 2021

Conversation

kennyadsl
Copy link
Member

Description

We are ready to default to Active Storage and it would be great for Solidus 3.0 to ship with this new default.

We can also investigate removing paperclip as a dependency of core and re-adding it optionally with the installer in the host application Gemfile.

@kennyadsl kennyadsl added the changelog:solidus_core Changes to the solidus_core gem label Feb 15, 2021
@kennyadsl kennyadsl added this to the 3.0.0 milestone Feb 15, 2021
@kennyadsl kennyadsl self-assigned this Feb 15, 2021
Copy link
Member

@aldesantis aldesantis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kennyadsl +1 for removing Paperclip as a core dependency and moving it to the Gemfile instead. Should we do it in this PR or another one?

@kennyadsl
Copy link
Member Author

@aldesantis it would be great but, as always, it is more complex than expected. Paperclip is still required when Solidus runs with Rails <= 6.0, so if we remove it from core dependencies we will break backward compatibility for people updating Solidus but not Rails. Also, our CI uses it when running specs against Rails 5.2 and 6.0.

@peterberkenbosch
Copy link
Contributor

💯 :shipit:

@kennyadsl kennyadsl merged commit e741488 into solidusio:master Feb 18, 2021
@kennyadsl kennyadsl deleted the kennyadsl/install-activestorage branch February 18, 2021 11:00
SamuelMartini added a commit to nebulab/solidus that referenced this pull request Mar 5, 2021
As active storage is default in new stores solidusio#3938
the generated dummy app needs to be configured so that new extensions
can tests with it.solidusio#3967
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:solidus_core Changes to the solidus_core gem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants