Archive for the 'product' Category

Erubis 2.5.0 released

January 30th, 2008

I have released Erubis 0.7.1. http://www.kuwata-lab.com/erubis/

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

Enhancements from 2.4.1:

Kwalify 0.7.1 released

January 28th, 2008

I have released Kwalify 0.7.1. http://www.kuwata-lab.com/kwalify/

Kwalify is a schema validator for YAML and JSON. From this version, YAML parser is rewrited from scratch and is integrated with data binding.

Here is the enhancements and changes.

Tips to Debug Ruby CGI script

December 24th, 2007

In Ruby CGI script, error messages are printed only in log file. If you got any errors, you must look up log file to know what and where error raised. This is not difficult, but a bother thing.

The following script named ‘cgi_exception.rb’ is a tiny script to display exception in browser like PHP. If you [...]

CGIAlt 0.0.2 is released

December 12th, 2007

I have released CGIAlt 0.0.2.

http://cgialt.rubyforge.org/

CGIAlt is an alternative library of standard ‘cgi.rb’. It is faster than and compatible with ‘cgi.rb’ and CGI class.

In this release, CGIAlt supports FastCGI. You should require ‘cgialt/fcgi’ instead of ‘fcgi’ if you want to use CGIAlt with FastCGI.

CGIExt 0.0.2 released - a re-implementation of cgi.rb in C extension

November 26th, 2007

I have released CGIExt 0.0.2.

http://rubyforge.org/projects/cgiext/

About

‘CGIExt’ is a re-implementation of ‘cgi.rb’ in C extension. It makes your web application faster.

Currently, not of all functions are implemented.

Notice: This module is still ‘alpha release’ and it’s specification may change in the future.

pyTenjin 0.6.1 released

October 23rd, 2007

pyTenjin 0.6.1 has been released.

http://www.kuwata-lab.com/tenjin/

pyTenjin is a fast and full-featured template engine based on embedded Python. You can embed any Python statements and expressions in your text file. pyTenjin converts it to Python program and evaluate it with context data.

[Enhancements]

Benchmark script (benchmark/bench.py) is rewrited. Benchmark supports Genshi, Mako, and Templetor. Add examples.

[Bugfix]

Typo in User’s Guide is fixed.

Erubis 2.4.1 released

October 8th, 2007

I have released Erubis 2.4.1 at 2007-09-25. This is a bug-fix release.

You can see details about fixed bugs and changes in CHANGES file.