search for: some_os_command_string

Displaying 1 result from an estimated 1 matches for "some_os_command_string".

2010 Jun 17
1
Rails won't execute backticked OS commands
I''m at a loss as what to look for... I can issue a command result = `some_os_command_string` on my dev system just fine in both a pur ruby test file, and from Rails in dev mode. When I push that code to my server, the backtick command doesn''t work. No failure message -- even if I wrap it in begin/rescue so I have no specific clues to work from. I can run that same back ticked c...