APIcasso
APIcasso copied to clipboard
An abstract API design as a Rails-based mountable engine
The unit tests are failing consistently when running the same test suite 4 to 6 times consecutively. Here are the supporting details and evidence:    ### Steps to...
Dependabot can't resolve your Ruby dependency files. As a result, Dependabot couldn't update your dependencies. The error Dependabot encountered was: ``` Bundler::VersionConflict with message: Bundler could not find compatible versions...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [faker](https://github.com/faker-ruby/faker) from 1.9.3 to 2.13.0. Release notes Sourced from faker's releases. v2.13.0 v2.13.0 (2020-06-24) This version: adds YARD docs for several interface methods fixes bugs adds improvements to the...
Bumps [rails](https://github.com/rails/rails) from 5.2.3 to 6.0.3.2. Release notes Sourced from rails's releases. 6.0.3.1 Active Support [CVE-2020-8165] Deprecate Marshal.load on raw cache read in RedisCacheStore [CVE-2020-8165] Avoid Marshal.load on raw cache...
Bumps [actionpack](https://github.com/rails/rails) from 5.2.3 to 6.0.3.2. **This update includes security fixes.** Vulnerabilities fixed Sourced from The Ruby Advisory Database. Ability to forge per-form CSRF tokens given a global CSRF token...
Bumps [activesupport](https://github.com/rails/rails) from 5.2.3 to 6.0.3.2. **This update includes a security fix.** Vulnerabilities fixed Sourced from The Ruby Advisory Database. Potentially unintended unmarshalling of user-provided objects in MemCacheStore and RedisCacheStore...
Bumps [actionview](https://github.com/rails/rails) from 5.2.3 to 6.0.3.2. **This update includes security fixes.** Vulnerabilities fixed Sourced from The Ruby Advisory Database. Possible XSS vulnerability in ActionView There is a possible XSS vulnerability...
Bumps [activestorage](https://github.com/rails/rails) from 5.2.3 to 6.0.3.2. **This update includes a security fix.** Vulnerabilities fixed Sourced from The Ruby Advisory Database. Circumvention of file size limits in ActiveStorage There is a...
I've been performing queries from the endpoint without `nested_resources` and it worked fine, but when I've tried to perform them with `nested_resources` I couldn't make it work. I got this...