APIcasso icon indicating copy to clipboard operation
APIcasso copied to clipboard

An abstract API design as a Rails-based mountable engine

Results 16 APIcasso issues
Sort by recently updated
recently updated
newest added

The unit tests are failing consistently when running the same test suite 4 to 6 times consecutively. Here are the supporting details and evidence: ![image](https://github.com/autoforce/APIcasso/assets/22346861/8302d42b-e3e1-4258-b7e3-7b879d3555ee) ![image](https://github.com/autoforce/APIcasso/assets/22346861/2ea34876-060b-4444-aba7-3bb1ff032700) ![image](https://github.com/autoforce/APIcasso/assets/22346861/6e94e66b-4416-48fe-bb44-6cf12e6dc281) ### 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...

dependencies

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...

dependencies

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...

dependencies

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...

security
dependencies

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...

security
dependencies

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...

security
dependencies

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...

security
dependencies

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...

question