RE: [Rails] ruby execute script

Sure, look at the Kernel.system and Kernel.exec methods, but you might want to look at mini_magick for a ruby wrapper around command-line imagemagick.

- donald