amahi/platform

View on GitHub
app/views/debug/index.html.slim

Summary

Maintainability
Test Coverage

= button_tag 'Submit for Debug', :type => 'button', :class => 'open-area btn btn-create', :id => "debug-button",  :data => { :related => "#debug-submit-form" }

#debug-submit-form[style="display:none;"]
 fieldset
   legend   Debug Report  
   = render 'form'
pre
 = SystemUtils.run "tail -100 #{Rails.root}/log/production.log"