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 rails dbconsole #10861
Add rails dbconsole #10861
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for improving the docs! I like this idea, I had a quick question that I left as a comment. 😄
| terminal. | ||
|
|
||
| > Note: dbconsole reads database information from config/database.yml which is | ||
| > always better since database configs might change in the future. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the spirit of explaining this, but can we move this down beneath the list of steps? I think the break from the steps is a bit confusing.
What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Totally agreed with breaking the flow from an user perspective. The note stands there to explain why we want users to go to the first alternative, but it didn't strike me that as an user, I can read the note later as well. I'll update this in the next commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is an improvement! Thanks for making this PR @ShubhankarKG, we always appreciate improvements to the documentation. 📜 👍
* Add rails dbconsole * Transfer note at bottom of steps as in PR comment
What type of PR is this? (check all applicable)
Description
Adds
rails dbconsoleto open up database terminal, and explains why it is a better alternative.Related Tickets & Documents
Fixes #10843
QA Instructions, Screenshots, Recordings
Added tests?
Added to documentation?