rubyonrails-spinoffs  

[Rails-spinoffs] Re: javascript_test: Internet Explorer annoyance patch

Guillaume Benny
Wed, 20 Sep 2006 19:24:25 -0700

Guillaume Benny wrote:
>...
>
> If we use the "start" command to detach the process from the system
> call:
>
> system('start "" "[EMAIL PROTECTED]" #{url}') if windows?
>
> This should fix the problem.
>
>  Guillaume

 Oups, wrong quote type. It should be:

system(%{start "" "[EMAIL PROTECTED]" #{url}}) if windows?

 The first pair of quotes is needed or "start" will think you want to
start a command prompt with a title...

 Guillaume


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs
-~----------~----~----~----~------~----~------~--~---

  • [Rails-spinoffs] Re: javascript_test: Internet Explorer annoyance patch Guillaume Benny