Archive for the 'product' Category

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

CGIAlt 1.0.0 released - re-implementation of cgi.rb

November 9th, 2008

I have released CGIAlt 1.0.0.

(homepage) http://cgialt.rubyforge.org/ (download) http://rubyforge.org/projects/cgialt/ (source) http://github.com/kwatch/cgialt/

CGIAlt is a re-implementation of ‘cgi.rb’.

Features

Compatible with ‘cgi.rb’ and CGI class Faster than ‘cgi.rb’ Available with CGIExt (which is an implementation of cgi.rb in C extension) FastCGI support Ruby 1.9 support

pyKook 0.0.1 - a simple build tool similar to Make or Ant

October 19th, 2008

I have released pyKook 0.0.1.

http://pypi.python.org/pypi/Kook/0.0.1 http://www.kuwata-lab.com/kook/ users-guide

pyKook is a simple build tool similar to Make, Ant, Rake, or SCons. pyKook regards software project as cooking. Terms used in pyKook are cooking terms.

For example:

cookbook : Makefile product : target file ingredient : source file recipe : [...]

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

Erubis 2.6.0 released — a fast and extensible eRuby

May 5th, 2008

I have released Erubis 2.6.0.

http://www.kuwata-lab.com/erubis/ http://www.kuwata-lab.com/erubis/CHANGES.txt http://rubyforge.org/projects/erubis/

Erubis is another eRuby implementation which is very fast and extensible than ERB and eruby.

Enhancements from 2.5.0:

plTenjin 0.0.2 and pyTenjin 0.6.2 released - the fastest template engine in the world

February 28th, 2008

I have released plTenjin 0.0.2 and pyTenjin 0.6.2. http://www.kuwata-lab.com/tenjin/ Tenjin is the fastest template engine in the world. It is not only very fast but also full-featured and easy-to-use.

phpTenjin 0.0.2 and rbTenjin 0.6.2 released - the fastest template engine in the world

February 25th, 2008

I have released phpTenjin 0.0.2 and rbTenjin 0.6.2. http://www.kuwata-lab.com/tenjin/ Tenjin is the fastest template engine in the world. It is not only very fast but also full-featured and easy-to-use.

cgi-exception 0.2.0 released - a small library to show exception in your browser

February 22nd, 2008

I have released cgi-exception 0.2.0. http://cgi-exception.rubyforge.org/ cgi-exception is a small library to report exception raised in CGI script into your browser, like PHP. Once you install cgi-exception, you don’t have to look up web server’s log file to check what and at where exception raised in your CGI script.

Enhancements from 0.1.0:

mod_ruby support detect whether HTTP header printed or not omit [...]

rbTenjin 0.6.1 released - the fastest template engine in the world

February 8th, 2008

I have released rbTenjin 0.6.1. http://www.kuwata-lab.com/tenjin/ changes: http://www.kuwata-lab.com/tenjin/rbtenjin-CHANGES.txt

rbTenjin is a fast and full-featured template engine similar to eRuby but it has the following advantages against to eRuby and ERB.

jsTenjin 0.0.2 released - a fast & lightweight template engine for JS

February 1st, 2008

I have released jsTenjin 0.0.2. http://www.kuwata-lab.com/tenjin/

jsTenjin is a very fast and lightweight template engine for JavaScript. It is especially designed for server-side programming and works on both SpiderMonkey and Rhino. Also jsTenjin package contains client-side library which is a subset of server-side library.

0.0.2 is a bug fix release.

Bugfix

On SpiderMonkey, if template was large (>=4KB) then Tenjin#readFile() inserted extra [...]