September 11, 2008 / by rimugeek / APPLICATION, ASP.NET, LINUX, Uncategorized / 0 comments
Surprisingly small amount of documentation on the net about this…. When using the exec command, don’t expect any of your ruby code after it to execute! This is because the command you run using exec replaces the currently executing script! Use the system command instead, or the “ trick
Read more
ruby gotcha: exec command
September 11, 2008 / by rimugeek / APPLICATION, ASP.NET, LINUX, Uncategorized / 0 comments
Surprisingly small amount of documentation on the net about this…. When using the exec command, don’t expect any of your ruby code after it to execute! This is because the command you run using exec replaces the currently executing script! Use the system command instead, or the “ trick
Read more