A Ruby gem providing debugging helpers for Rails applications.
Add this line to your application's Gemfile:
gem 'debuga_helper'And then execute:
$ bundle install
Once installed, the helpers are automatically available in your controllers and views.
Prints a debug message with caller information.
msg: The message to print.title: Optional title.level: Option logging level ('debug', 'warning', 'notice', 'all').
Prints a shiny title for debugging.
The gem is available as open source under the terms of the MIT License.