How to var_dump (debugging) in Ruby on Rails
In the process of app development, we need to debug our application frequently to trace the data flow is correct as expected. I am new in Ruby on Rails and have a trouble about how to debug my code in Ruby on Rails. Previously i used to use var_dump() or dd() in PHP language. So … Read more