-
Notifications
You must be signed in to change notification settings - Fork 636
Issue #2767: Add To Ruby From Javascript #3632
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
base: master
Are you sure you want to change the base?
Issue #2767: Add To Ruby From Javascript #3632
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.
Pull Request Overview
This PR adds a new documentation page to help JavaScript developers learn Ruby, addressing Issue #2767. The page follows the established format of other "To Ruby From X" guides by highlighting similarities and differences between the two languages.
- Adds a comprehensive comparison guide for JavaScript developers transitioning to Ruby
- Updates the main index page to include the new JavaScript guide in the navigation list
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
en/documentation/ruby-from-other-languages/to-ruby-from-javascript/index.md | New documentation page comparing JavaScript and Ruby with similarities and differences sections |
en/documentation/ruby-from-other-languages/index.md | Updated navigation to include link to the new JavaScript guide |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
en/documentation/ruby-from-other-languages/to-ruby-from-javascript/index.md
Outdated
Show resolved
Hide resolved
…ript/index.md spelling change Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
spelling change Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
en/documentation/ruby-from-other-languages/to-ruby-from-javascript/index.md
Outdated
Show resolved
Hide resolved
en/documentation/ruby-from-other-languages/to-ruby-from-javascript/index.md
Outdated
Show resolved
Hide resolved
…ript/index.md this is a good clarification Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ript/index.md Yes I'll accept this Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This PR addresses Issue 2767
This PR includes the To Ruby from JavaScript page, and also updates the index page with a link to this new page.