Japanese / English

ruby-sajax

This is unofficial ruby backend of Sajax.

Sajax is a tool to make programming websites using the Ajax framework as easy as possible.

Examples:

See example_multiply.rb .

Classes/Modules:

Class Sajax

Support for multi-byte characters:

You can use multi-byte characters for arguments and return-values of exported functions (Ruby function called from JavaScript) on Ruby 1.8.2 or later.

The default encoding of arguments and return-values of exported functions is UTF-8. To change this, specify $KCODE before you call Sajax.new.

Requirements:

Maybe it works on Ruby 1.8 or later. Multi-byte characters are supported on Ruby 1.8.2 or later.

Checked with Ruby 1.8.2.

Downloads/Contact:

<URL:http://gimite.ddo.jp/pukiwiki/>

License:

Public Domain.

History:

2005/09/16 Ver.0.10.1