-
Notifications
You must be signed in to change notification settings - Fork 2
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
orbyebug
- 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.
This is a living document. If you have anything to add, change or remove, please let us know. Or better yet, as it's a wiki, make the change yourself!