Closed vipulnsward closed 6 months ago
The summary outlines a series of unchanged operations within the Uploadcare API, spanning various services like file and group management, webhooks, conversions, and addons. Each entry reflects a reiterated declaration, suggesting a review or audit process rather than functional changes to the API's methods.
File Path | Change Summary |
---|---|
Uploadcare::Rails::... |
No change in methods for creating posts with pictures and attachments |
Uploadcare::UploadApi... |
No change in file upload methods |
Uploadcare::FileApi... |
No change in file management operations |
Uploadcare::GroupApi... |
No change in group management operations |
Uploadcare::ProjectApi... |
No change in project retrieval |
Uploadcare::WebhookApi... |
No change in webhook management |
Uploadcare::ConversionApi... |
No change in document and video conversion methods |
Uploadcare::FileMetadataApi... |
No change in file metadata operations |
Uploadcare::AddonsApi... |
No change in addon features like rekognition and background removal |
"In the land where code bunnies hop, 🐇💻
Changes were reviewed, not one was dropped.
Each line of code, checked with care,
No new bugs, no despair!
Celebrate the audit, clear and true,
For stability, we give a cheer, woohoo!" 🎉
README.md (112)
Near line 1: Possible spelling mistake found. Context: # Uploadcare Rails ![license](https://img.shields.i... --- Near line 9: Possible spelling mistake found. Context: .../badge.svg A Ruby on Rails plugin for [Uploadcare](https://uploadcare.com) service. Based... --- Near line 10: Possible spelling mistake found. Context: ...ps://uploadcare.com) service. Based on [uploadcare-ruby](https://github.com/uploadcare/uploadca... --- Near line 10: Possible spelling mistake found. Context: ...-ruby) gem (general purpose wrapper for Uploadcare API) :heavy_exclamation_mark: *Note: t... --- Near line 11: Loose punctuation mark. Context: ...al purpose wrapper for Uploadcare API) :heavy_exclamation_mark: *Note: the gem u... --- Near line 12: Possible spelling mistake found. Context: ...:heavy_exclamation_mark: *Note: the gem uploadcare-rails 2.x is not backward compatible with 1.x... --- Near line 18: Possible spelling mistake found. Context: ...Installation](#installation) * [Using Gemfile](#using-gemfile) * [Using command lin... --- Near line 22: Possible spelling mistake found. Context: ... * [Configuration](#configuration) * [Uploadcare File Uploader](#uploadcare-file-uploade... --- Near line 31: Possible spelling mistake found. Context: ...sformation](#image-transformation) * [Uploadcare API interfaces](#uploadcare-api-interfa... --- Near line 31: This phrase is redundant (‘I’ stands for ‘interfaces’). Use simply “APIs”. Context: ...(#image-transformation) * [Uploadcare API interfaces](#uploadcare-api-interfaces) * [Upl... --- Near line 32: Possible spelling mistake found. Context: ...ploadcare-api-interfaces) * [Upload Api](#upload-api) * [File Api](#file-ap... --- Near line 33: Possible spelling mistake found. Context: ...* [Upload Api](#upload-api) * [File Api](#file-api) * [Group Api](#group-ap... --- Near line 34: Possible spelling mistake found. Context: ... * [File Api](#file-api) * [Group Api](#group-api) * [Project Api](#proje... --- Near line 35: Possible spelling mistake found. Context: ... [Group Api](#group-api) * [Project Api](#project-api) * [Webhook Api](#web... --- Near line 36: Possible spelling mistake found. Context: ...oject Api](#project-api) * [Webhook Api](#webhook-api) * [Conversion Api](#... --- Near line 37: Possible spelling mistake found. Context: ...ok Api](#webhook-api) * [Conversion Api](#conversion-api) * [File Metadata ... --- Near line 38: Possible spelling mistake found. Context: ...](#conversion-api) * [File Metadata Api](#file-metadata-api) * [Add-Ons Api... --- Near line 39: Possible spelling mistake found. Context: ...etadata Api](#file-metadata-api) * [Add-Ons Api](#add-ons-api) * [Useful links](#us... --- Near line 39: Possible spelling mistake found. Context: ...Api](#file-metadata-api) * [Add-Ons Api](#add-ons-api) * [Useful links](#useful... --- Near line 48: Possible spelling mistake found. Context: ... Rails 6.0+ ## Installation ### Using Gemfile Add this line to your application's Ge... --- Near line 50: Possible spelling mistake found. Context: ...le Add this line to your application's Gemfile: ```ruby gem "uploadcare-rails" ``` A... --- Near line 62: Possible spelling mistake found. Context: ...onsole $ bundle install ``` If you use `api_struct` gem in your project, replace it... --- Near line 62: Possible spelling mistake found. Context: ...t` gem in your project, replace it with `uploadcare-api_struct`: ```ruby gem 'uploadcare-api_st... --- Near line 78: Possible spelling mistake found. Context: ...sage ### Configuration To start using Uploadcare API you just need to set your [API keys... --- Near line 85: Possible spelling mistake found. Context: ...ey ``` Or you can use popular gems like `dotenv-rails` for setting ENV variables. You must se... --- Near line 86: Possible spelling mistake found. Context: ... variables. You must set the gem before `uploadcare-rails` like this : ```ruby gem "dotenv-rails"... --- Near line 91: Possible spelling mistake found. Context: ...t] gem "uploadcare-rails" ``` :warning: `require: "dotenv/rails-now"` is very important! Run the... --- Near line 91: As an alternative to the over-used intensifier ‘very’, consider replacing this phrase. Context: ...rning: `require: "dotenv/rails-now"` is very important! Run the config generator command to g... --- Near line 99: Possible spelling mistake found. Context: ...The generator will create a new file in `config/initializers/uploadcare.rb`. The public key must be specified ... --- Near line 101: Possible spelling mistake found. Context: ...`. The public key must be specified in `config/initializers/uploadcare.rb` to use Uploadcare file upload. This... --- Near line 101: Possible spelling mistake found. Context: ...nfig/initializers/uploadcare.rb` to use Uploadcare file upload. This step is done automati... --- Near line 102: Possible spelling mistake found. Context: ...initializer if you set the ENV variable `UPLOADCARE_PUBLIC_KEY` earlier. ```ruby ... Uploa... --- Near line 136: Possible missing article found. Context: ...s storing/caching, deleting files, etc. Full list of available options is listed in ... --- Near line 140: Possible spelling mistake found. Context: ...ment an option and set the value. ### Uploadcare File Uploader ### Widget #### Using C... --- Near line 146: Possible spelling mistake found. Context: ...tart using file uploading is to add the Uploadcare widget to the html-page. There is a vie... --- Near line 146: Possible spelling mistake found. Context: ... is to add the Uploadcare widget to the html-page. There is a view helper that can do it ... --- Near line 149: Possible spelling mistake found. Context: ...code: Add this string to your `` html-tag ```erb ... --- Near line 172: Possible spelling mistake found. Context: ... --> ... ``` This helper uses a CDN-url for the widget bundle and supports thre... --- Near line 174: This sentence does not start with an uppercase letter. Context: ...bundle and supports three options: - **version** — version of the Uploadcare widget. D... --- Near line 174: Possible spelling mistake found. Context: ...ptions: - **version** — version of the Uploadcare widget. Default is "3.x". - **bundle** ... --- Near line 175: This sentence does not start with an uppercase letter. Context: ...ploadcare widget. Default is "3.x". - **bundle** — bundle name. Available names are "f... --- Near line 175: Possible spelling mistake found. Context: ...Available names are "full", "default", "api", "ie8" and "lang.en". D... --- Near line 175: Possible spelling mistake found. Context: ...re "full", "default", "api", "ie8" and "lang.en". Default bundle is "... --- Near line 175: Possible typo: you repeated a whitespace Context: ... "default", "api", "ie8" and "lang.en". Default bundle is "full" — a full bundle... --- Near line 176: Possible typo: you repeated a whitespace Context: ..." — a full bundle with built-in jQuery. More info about bundles [here](https://u... --- Near line 178: This sentence does not start with an uppercase letter. Context: ...cs/uploads/file-uploader/#bundles). - **min** — bool value detecting if the bundle ... --- Near line 178: Possible spelling mistake found. Context: ...ds/file-uploader/#bundles). - **min** — bool value detecting if the bundle must be m... --- Near line 180: Possible spelling mistake found. Context: ...pt>` with widget global settings set in `config/initializers/uploadcare.rb`. You can override them later in an ... --- Near line 193: Possible spelling mistake found. Context: ...m). ### Input When the widget is on a html-page, you want to add an input to your view ... --- Near line 205: This sentence does not start with an uppercase letter. Context: ...id="object_attribute"> --> ... ``` - **object** — object name; - **attribute** — obje... --- Near line 211: Possible spelling mistake found. Context: ... Rails models. First, you need to mount uploadcare file or group to the model attribute. F... --- Near line 212: After the expression ‘for example’ a comma is usually used. Context: ...le or group to the model attribute. For example you have a database table like this and... --- Near line 226: Possible spelling mistake found. Context: ...-------------- ``` ### Form data #### Uploadcare File ```ruby # app/models/post.rb clas... --- Near line 251: Possible spelling mistake found. Context: ... "Save" %>
Description
Fix wrong code formatting all across README
Checklist
Summary by CodeRabbit