... with developer console open.
... for manual testing.
... for a starting place on automating all of this info where you spy on console errors and failed network requests.
Disclaimer:
The open
command only works on a mac computer...
To see the commands for other operating systems look here: https://gist.github.com/MichaelDimmitt/f9931a66bfc24e40e91aa4c8ec52cdd1
- open google chrome, and dev tools, click the console tab.
- quit out of google chrome if you have it open this is needed to open future tabs with dev tools
- change the base url as needed for different environments.
- now you have all the tabs open but a lot of rails stuff is still not filled out
a. I did not know how to fill out things like /:signed_id/*filename(.:format)
b. manually update these values
step 5 . enjoy!