Working on Rails
Debugging
- byebug: 1) adding them 2) add byebug to break
- debugging-with-the-debug-gem: adding debugger to break, c to continue, q to quit
Test
- simplecov: 1) adding gem 2) Load and launch SimpleCov 3) run the tests 4) open coverage/index.html
Productivity