Improve Rails guides#133
Merged
Merged
Conversation
sislr
commented
May 7, 2026
sislr
left a comment
Member
Author
There was a problem hiding this comment.
I've tested all commands in https://github.com/renuo/deploio-test
Comment on lines
-36
to
+45
| To create a postgres database server for your Rails application, you can use the `nctl create` command like this: | ||
| #### Economy |
Comment on lines
-57
to
-63
| | | Example value | | ||
| |---|---| | ||
| | project name | `gifcoins2` | | ||
| | staging app name | `develop` | | ||
| | production app name | `main` | | ||
|
|
||
| Each project contains two apps, one for staging and one for production. For example, the staging app is created with `nctl create app develop --project=gifcoins2` and accessed via `nctl exec app develop --project=gifcoins2`. |
Member
Author
There was a problem hiding this comment.
I thought this is unnecessary to display in the beginning when creating an app
schmijos
reviewed
May 7, 2026
schmijos
reviewed
May 7, 2026
schmijos
reviewed
May 7, 2026
| --- | ||
|
|
||
| # Configure the CD for Your Rails Application | ||
| # Configure Continuous Deployment for Your Rails Application |
Member
There was a problem hiding this comment.
These title come way too long. Maybe @vanessa-albrecht has a good idea what to do about it.
schmijos
reviewed
May 7, 2026
schmijos
reviewed
May 7, 2026
schmijos
reviewed
May 7, 2026
Co-authored-by: Josua Schmid <jschmid@fastmail.net>
schmijos
approved these changes
May 7, 2026
schmijos
left a comment
Member
There was a problem hiding this comment.
Thank you very much! This is good stuff. I made some minor corrections, let's push it forward.
Member
Author
|
Nice, thx a lot! @schmijos |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#55