Skip to content

Rails program runs with unexpected results

Sean Lerner edited this page Apr 12, 2017 · 23 revisions

Use the following techniques to try to solve the issue:

  • follow the flow of your program's execution
  • check your log
  • use pry or byebug
  • use rails console

If none of the above lead you to a solution, try the techniques listed on the Ruby program with unexpected results page.

Clone this wiki locally