Project

vatcher

0.0
No commit activity in last 3 years
No release in over 3 years
Super simple variable watcher for rails apps
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 10.0
 Project Readme

Vatcher

Description

Super simple variable watcher for rails apps. Useful for quick look of expression values without stopping runtime. Just type:

vatch! interesting_variable_to_watch, another_one, and_another, and_so_on

anywhere in your app and you will get entry with timestamp and location of your call in log/vatcher.log made for you.

Installation

Add it to Gemfile of you Rails app:

group :development, :test do
  gem 'vatcher'
end

and run bundle.