On Fri, Feb 04, 2011 at 05:51:09PM -0800, Raphael Simon wrote: > > This looks great and seems to provide a lot of flexibility! I see that you > did end-up supporting arrays and hashes :) > > I will give this a whirl and adapt our workflows to use it.
Hello, just pushed a change that lets you do things like filter :fields => "a, b, c", :type => 'string' filter :fields => %w[ a b c ], :type => 'string' filter :fields => '/^user_/', :type => 'string' filter :fields => '/^x_(.+)$/', :copy_to => 'y_\1' ... https://github.com/jmettraux/ruote/commit/f496d53ba0962c3f3048b09b5015e19fe07cc928 Best regards, -- John Mettraux - http://jmettraux.wordpress.com -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
