Update instructions to use outside Rails Apps#179
Conversation
WalkthroughThe pull request updates the README documentation to include instructions for using the Changes
Assessment against linked issues
Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (5)
✅ Files skipped from review due to trivial changes (1)
🧰 Additional context used🧬 Code Definitions (1)spec/uploadcare/param/conversion/video/processing_job_url_builder_spec.rb (1)
🔇 Additional comments (4)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
README.md (1)
56-61: Enhance Shell Command Formatting
The new instructions clearly explain that the gem can be used outside of Rails. However, the shell command on line 60 ($ gem install uploadcare-ruby) is indented rather than enclosed in a fenced code block. Using a fenced code block (e.g., withbash) would improve readability and comply with markdown style guidelines.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
60-60: Dollar signs used before commands without showing output
null(MD014, commands-show-output)
60-60: Code block style
Expected: fenced; Actual: indented(MD046, code-block-style)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
README.md
60-60: Dollar signs used before commands without showing output
null
(MD014, commands-show-output)
60-60: Code block style
Expected: fenced; Actual: indented
(MD046, code-block-style)
🔇 Additional comments (1)
README.md (1)
62-74: Clear Ruby Configuration Snippet
The Ruby code snippet effectively demonstrates how to configure the gem in a standalone Ruby application. It clearly shows the requiredrequirestatement, setting the public and secret keys, and provides an example usage of retrieving file information. This addition meets the PR objective perfectly.
Description
Update instructions to use outside Rails Apps.
Fixes #178
Checklist
Summary by CodeRabbit