M
Mario T. Lanza
This is gonna sound like a dumb question to you Ruby veterans, but: How
do you dump pretty_print contents to a web page from within a Rails app?
I've tried this and a few other things from a view:
<h1>Session Info</h1>
<% require 'pp' %>
<%= pp(session) %>
do you dump pretty_print contents to a web page from within a Rails app?
I've tried this and a few other things from a view:
<h1>Session Info</h1>
<% require 'pp' %>
<%= pp(session) %>