Skip to content

Do not start server on bin/setup #407

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

coorasse
Copy link
Member

@coorasse coorasse commented May 1, 2025

bin/setup should simple setup the app not also start the server. The rest of the applications setup guide does not expect the server to be started.

See also rails/rails@7ed09d3

@coorasse coorasse self-assigned this May 1, 2025
Comment on lines +26 to +38
insert_into_file "Gemfile", after: /^gem \"rails\"\n/ do
<<~RUBY
gem "renuo-cli", require: false
RUBY
end

# add the renuo-cli gem to the Gemfile under the line starting with "gem \"rails\""
insert_into_file "Gemfile", after: /^gem \"rails\"\n/ do
<<~RUBY
gem "renuo-cli", require: false
RUBY
end

Copy link
Member

Choose a reason for hiding this comment

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

duplicate?

Copy link
Member

@schmijos schmijos left a comment

Choose a reason for hiding this comment

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

Please check the duplicate.

@schmijos schmijos removed the request for review from firemind May 13, 2025 08:26
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.

3 participants