Merb_editorkicker 0.2.0 released - invoke your favorite editor other than TextMate

December 21st, 2008

I have released merb_editorkicker 0.2.0.

This is a Merb plug-in which enables you to invoke your favorite editor (such as Emacs, Aptana, NetBeans, and so on) instead of TextMate when you clicked line number on Merb error page.

And this plug-in works on all platform. In other words, you can invoke your editor not only on Mac [...]

EditorKicker 0.2.0 released

September 14th, 2008

EditorKicker 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 [...]