Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fernandes/react_crud
- Owner: fernandes
- Created: 2018-10-17T15:06:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T03:57:55.000Z (about 2 years ago)
- Last Synced: 2024-04-15T02:06:26.103Z (10 months ago)
- Topics: experiment, graphql, rails, rails5, react, rest, trailblazer, turbolinks
- Language: Ruby
- Homepage:
- Size: 1.63 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
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:systemDon't forget the bundle exec 😉