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

Add --skip-active-storage and do so automatically when --skip-active-record is used #30102

Closed
dhh opened this issue Aug 6, 2017 · 1 comment

Comments

@dhh
Copy link
Member

dhh commented Aug 6, 2017

You should be able to get Rails without Active Storage, so let's implement the standard opt-out. And let's invoke this out-out when the --skip-active-record flag is set as well. You can't use Active Storage without Active Record.

@dhh dhh added the railties label Aug 6, 2017
@dhh dhh added this to the 5.2.0 milestone Aug 6, 2017
@rails-bot rails-bot bot added the stale label Nov 5, 2017
@rails-bot
Copy link

rails-bot bot commented Nov 5, 2017

This issue has been automatically marked as stale because it has not been commented on for at least three months.
The resources of the Rails team are limited, and so we are asking for your help.
If you can still reproduce this error on the 5-1-stable branch or on master, please reply with all of the information you have about it in order to keep the issue open.
Thank you for all your contributions.

@rafaelfranca rafaelfranca added pinned and removed stale labels Nov 6, 2017
bogdanvlviv added a commit to bogdanvlviv/rails that referenced this issue Nov 6, 2017
…record is used

Closes rails#30102

Revert part 787fe90

--skip-active-storage pass throughs `rails plugin new`

Add changelog entry about default initialization of Active Storage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants