@tom_dalling are web apps the be and end all of ruby? or is their more to it as a tool.
@plainprogrammer @dekkzz78 @tom_dalling I use it a lot for sysadmin type tasks. I have a workflow: I start by making a simple shell or Perl script. If it gets a bit more complex I rewrite it in Ruby.
I still find Perl better for tiny scripts and one liners but Ruby better for making longer programs.