We are very happy to announce that fairy 0.6.0 has just been released!
fairy is a framework for distributed processing in Ruby, originally
designed at Rakuten Institute of Technology with Yukihiro Matsumoto,
the founder of Ruby.
Although fairy was inspired by MapReduce model, a well-known
programming model for distributed processing, it's more flexible and
suitable for wider use. That's due to fairy's programming model,
called filter IF, and various built-in filters.
fairy is implemented in Ruby and inherits its high productivity and
simplicity. fairy's API is quite similar to Ruby. Therefore most
programmers who know Ruby can easily understand and use it.
Although fairy is still experimental, its basic functions work well.
require 'fairy'
/usr/local/lib/ruby/gems/1.9.1/gems/DeepConnect-0.4.06.006/lib/deep-connect/deep-space.rb:399:
warning: redefining `__send__' may cause serious problems
#=> true
and doc seems to fails slightly.
$ sudo gem install fairy
Successfully installed DeepConnect-0.4.06.006
Successfully installed fiber-mon-0.1.0
Successfully installed fairy-0.6.0
3 gems installed
Installing ri documentation for DeepConnect-0.4.06.006...
Installing ri documentation for fiber-mon-0.1.0...
Installing ri documentation for fairy-0.6.0...
Before reporting this, could you check that the file you're documenting
compiles cleanly--RDoc is not a full Ruby parser, and gets confused easily if
fed invalid programs.
The internal error was:
(ArgumentError) invalid byte sequence in UTF-8
ERROR: While executing gem ... (ArgumentError)
invalid byte sequence in UTF-8
thanks for fairy and best regards
-botp
···
On Mon, Dec 6, 2010 at 4:43 PM, Hajime Masuda <hazimem@gmail.com> wrote:
We are very happy to announce that fairy 0.6.0 has just been released!
We are very happy to announce that fairy 0.6.0 has just been released!
fairy is a framework for distributed processing in Ruby, originally
designed at Rakuten Institute of Technology with Yukihiro Matsumoto,
the founder of Ruby.
Although fairy was inspired by MapReduce model, a well-known
programming model for distributed processing, it's more flexible and
suitable for wider use. That's due to fairy's programming model,
called filter IF, and various built-in filters.
fairy is implemented in Ruby and inherits its high productivity and
simplicity. fairy's API is quite similar to Ruby. Therefore most
programmers who know Ruby can easily understand and use it.
Although fairy is still experimental, its basic functions work well.
I've never had such a problem.
Our test servers are Debian 5.0 and their locales are ja_JP.UTF-8.
Can you tell me your environment, such as OS, locale and so forth?