Skip to content

Remove --skip-action-view option from application generator#17042

Merged
rafaelfranca merged 1 commit intorails:masterfrom
DanOlson:remove-skip-action-view
Sep 24, 2014
Merged

Remove --skip-action-view option from application generator#17042
rafaelfranca merged 1 commit intorails:masterfrom
DanOlson:remove-skip-action-view

Conversation

@DanOlson
Copy link
Contributor

Removes the --skip-action-view option when generating a new app using rails new. Fixes #17023.

Copy link
Member

Choose a reason for hiding this comment

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

We should only remove the comment_if call. We still need to require the action view railtie.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Of course, thank you. Fixed.

@DanOlson DanOlson force-pushed the remove-skip-action-view branch from 7ea7d6e to 8e9bc11 Compare September 24, 2014 15:27
rafaelfranca added a commit that referenced this pull request Sep 24, 2014
Remove --skip-action-view option from application generator
@rafaelfranca rafaelfranca merged commit 2bb0fcb into rails:master Sep 24, 2014
@DanOlson DanOlson deleted the remove-skip-action-view branch September 24, 2014 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The app generator's --skip-action-view option means nothing

2 participants