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

railsrc: Skip tests when building new application #744

Merged
merged 1 commit into from
May 2, 2024

Conversation

stevepolitodesign
Copy link
Contributor

Follow-up to #728

In an effort to create parity with the upcoming release of
Suspenders
, we pass the --skip-test argument when running rails
new
.

This means if you're using our railsrc file, you would just need to
pass the -m argument when generating a new Rails application.

Follow-up to #728

In an effort to create parity with the [upcoming release of
Suspenders][1], we pass the `--skip-test` argument when running [rails
new][2].

This means if you're using our `railsrc` file, you would just need to
pass the `-m` argument when generating a new Rails application.

[1]: thoughtbot/suspenders#1135
[2]: https://guides.rubyonrails.org/command_line.html#rails-new
@stevepolitodesign
Copy link
Contributor Author

As a follow-up, I wonder if we could add the -m argument once thoughtbot/suspenders#1135 is merged.

Copy link
Contributor

@mike-burns mike-burns left a comment

Choose a reason for hiding this comment

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

OK I have now read a bunch of rails/rails issues and some StackOverflow and have decided: LGTM.

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.

2 participants