Skip to content

Rails Debugging Print

Alistair McKinnell edited this page Jul 28, 2015 · 6 revisions

Rationale

When debugging a Rails application one of the best techniques is to insert print statements into the server log. To make the debugging print statement standout in the log it's useful to display a prompt prior to the debugging output. We can make this common operation easier by adding a live template just for this purpose.

Mechanism

Clone this wiki locally