Skip to content

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

Notifications You must be signed in to change notification settings

fernandes/react_crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React CRUD

Code Coverage

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

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 😉

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published