Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fernandes/react_crud

🔬 This is the example how to use rails to navigate, react forms consuming rest/graphql API
https://github.com/fernandes/react_crud

experiment graphql rails rails5 react rest trailblazer turbolinks

Last synced: 4 months ago
JSON representation

🔬 This is the example how to use rails to navigate, react forms consuming rest/graphql API

Awesome Lists containing this project

README

        

# React CRUD

## Code Coverage

To the exact code coverage, you can bypass spring and run code coverage with following command:

```bash
COVERAGE=true DISABLE_SPRING=true bundle exec rake test:all
```

This will run both unit and system tests

Instead of this rake task, we still have two options:

* rails test
* rails test:system

Don't forget the bundle exec 😉