RVM lets you deploy each project with its own completely self-contained and dedicated environment--from the specific version of ruby, all the way down to the precise set of required gems to run your application. Having a precise set of gems also avoids the issue of version conflicts b...
$ rvm help # Documentation Index Documentation > Integration > Cron Using RVM with Cron RVM allows few easy ways to integrate with cron Direct calling RVM generated wrappers. Loading RVM environment files in shell scripts. Direct calling custom RVM wrappers (eg. God). Loading and usin...