Skip to content

v0.4.0

Compare
Choose a tag to compare
@victorFSL victorFSL released this 04 Jun 00:17
· 31 commits to master since this release
7881a2e

Greatly reduces the gap between a rails app and cypress.

create action now allows creation of multiple records.
Records controller now allow for multiple calls to the same model, effectively returning the correct data.
Better error handling, that specifies the model and property that did not pass validation.
Add support for querying all keys stored in REDIS.
Validation is now triggering correctly and rolling back any changes within the call.
The create#records now returns based on Ids instead of relying on a specific record order.
No more stubbing FactoryBot, there is a method that exposes the class name.