A proof of concept script that shows how to use JRuby with Scriptix
pageManager = $scriptix.getComponent("pageManager")
Scripting Engine: JRuby Vectors: Wiki Macro
View source...
begin pageManager = $scriptix.getComponent("pageManager") pages = pageManager.getAuthoredPagesCountByUser('bfaloona') output = 'Hello JRuby! bfaloona has edited ' output += pages.to_s + ' pages.' rescue output = $! end