[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

R: Using Watir and Ruby2Exe together

Andrea Forlin

4/25/2007 4:41:00 PM

Why not use WebRick like ruby script to build your own webserver?

I think the invasive solution could be too problematic if you find an admin
that refuse the idea to install some app on his lan.

Maybe this is not your case...



-----Messaggio originale-----
Da: Jim Clark [mailto:diegoslice@gmail.com]
Inviato: mercoledì 25 aprile 2007 18.32
A: ruby-talk ML
Oggetto: Re: Using Watir and Ruby2Exe together

In the haze of an early breakfast coupled with little sleep, I realized
that the solution to this problem wasn't about forcing the browser to do
something it is explicitly designed not to do. Rather, the key is to get
the client PCs to act like a server which is when I had the head
slapping moment of thinking about the Ruby one-click installer. It can
be put on a Flash drive, it will execute on Windows XP and Vista, any
browser can be used to view the HTML pages from Apache, and it really
beefs up the infrastructure with many features including having a MySQL
database to store info and extract the data from. The problem of saving
an XML file to disk completely disappears when viewed from a server side
perspective.

-Jim

Phillip Gawlowski wrote:
> Jim Clark wrote:
>> Phillip Gawlowski wrote:
>>> P5: Proper Planning Prevents Poor Performance.
>>>
>> When I was in the military, the drill sergeants would harp upon the 6
>> P's of Proper Planning. You're version is a bit nicer.
>
> I know that variant, too, but I don't want to upset anyone casually. :P
>
>> Thanks for the advice.
>
> You are welcome.
>
>> -Jim
>>
>> P.S. - How do you change your sig line every time?
>
> With the Signature Switch extension for Thunderbird:
> https://addons.mozilla.org/de/thunderbird...
>
>



1 Answer

Jim Clark

4/25/2007 7:41:00 PM

0

Thanks - I'll keep this in mind if others voice an opinion for a lighter
weight solution. Part of why I like InstantRails is my familiarity with
Apache having using it for a number of years. Keeping it on a thumb
drive keeps it off the lan which hopefully avoids anyone's discomfort
with installing files anywhere.

-Jim

Andrea Forlin wrote:
> Why not use WebRick like ruby script to build your own webserver?
>
> I think the invasive solution could be too problematic if you find an admin
> that refuse the idea to install some app on his lan.
>
> Maybe this is not your case...
>
>
>
> -----Messaggio originale-----
> Da: Jim Clark [mailto:diegoslice@gmail.com]
> Inviato: mercoledì 25 aprile 2007 18.32
> A: ruby-talk ML
> Oggetto: Re: Using Watir and Ruby2Exe together
>
> In the haze of an early breakfast coupled with little sleep, I realized
> that the solution to this problem wasn't about forcing the browser to do
> something it is explicitly designed not to do. Rather, the key is to get
> the client PCs to act like a server which is when I had the head
> slapping moment of thinking about the Ruby one-click installer. It can
> be put on a Flash drive, it will execute on Windows XP and Vista, any
> browser can be used to view the HTML pages from Apache, and it really
> beefs up the infrastructure with many features including having a MySQL
> database to store info and extract the data from. The problem of saving
> an XML file to disk completely disappears when viewed from a server side
> perspective.
>
> -Jim
>
> Phillip Gawlowski wrote:
>
>> Jim Clark wrote:
>>
>>> Phillip Gawlowski wrote:
>>>
>>>> P5: Proper Planning Prevents Poor Performance.
>>>>
>>>>
>>> When I was in the military, the drill sergeants would harp upon the 6
>>> P's of Proper Planning. You're version is a bit nicer.
>>>
>> I know that variant, too, but I don't want to upset anyone casually. :P
>>
>>
>>> Thanks for the advice.
>>>
>> You are welcome.
>>
>>
>>> -Jim
>>>
>>> P.S. - How do you change your sig line every time?
>>>
>> With the Signature Switch extension for Thunderbird:
>> https://addons.mozilla.org/de/thunderbird...
>>
>>
>>
>
>
>
>
>