EditorKicker 0.2.0 released
September 14th, 2008EditorKicker 0.2.0 released.
http://rubyforge.org/projects/editorkicker/ http://editorkicker.rubyforge.org/
EditorKicker is a pretty tool to invoke your favorite editor (TextMate or Emacs) and open errored file automatically when an exception raised on your Ruby script.
If you are Rails user, try
$ ruby script/plugin install http://github.com/kwatch/editorkicker.git/ruby/plugin/rails/editorkicker
to install EditorKicker plugin for your Ruby on Rails application.
In this release, it is able to specify include and/or exclude path [...]