Desktop App to upload file to S3

Hi All,
I have created one ROR application to upload file to S3. Now I wanted
to create desktop app to connect to the web app & upload file to S3
using the same credentials. Could you please tell me how can I achieve
that?

I have found some of the gems like shoes,visualruby etc to create GUI
applications in ruby. But I wanna it in such a way that, it should be a
package & after installing it should give an icon in the desktop & I
should be able to provide my credentials to the app. Then I can do a
drag n drop or select file from system & do upload it into S3 bucket. Is
it possible using ruby??

If anybody having some experience on it, please share with me.

Thanks in advance,
Avantec

Avantec V. wrote in post #1072190:

But I wanna it in such a way that, it should be a
package & after installing it should give an icon in the desktop & I
should be able to provide my credentials to the app. Then I can do a
drag n drop or select file from system & do upload it into S3 bucket. Is
it possible using ruby??

Probably, you’re unlikely to get a useful answer without specifying what
platform you’re targeting - e.g. Linux, Windows, OSX.

(Aside: there’s script/runner if you want a CLI to your Rails models,
but anything Rails-specific belongs on a different mailing list)

Brian C. wrote in post #1072239:

Probably, you’re unlikely to get a useful answer without specifying what
platform you’re targeting - e.g. Linux, Windows, OSX.

(Aside: there’s script/runner if you want a CLI to your Rails models,
but anything Rails-specific belongs on a different mailing list)

Hi Brian, I want to run it in all the 3 platforms linux, OSX & windows.
Currently I’m mainly looking for Linux & OSX.

On Tue, Aug 14, 2012 at 04:19:24AM +0900, Avantec V. wrote:

Currently I’m mainly looking for Linux & OSX.
You’re aware that’s not actually “all . . . platforms” – right?

Chad P. wrote in post #1072264:

On Tue, Aug 14, 2012 at 04:19:24AM +0900, Avantec V. wrote:

Currently I’m mainly looking for Linux & OSX.
You’re aware that’s not actually “all . . . platforms” – right?

Yeah, that is not actually ‘all’… I have to do it in at least Ubuntu.
Please tell me any option is there?

Hello,

On 14 Αυγ 2012, at 01:18 , Chad P. [email protected] wrote:

Hi Brian, I want to run it in all the 3 platforms linux, OSX & windows.
Currently I’m mainly looking for Linux & OSX.

You’re aware that’s not actually “all . . . platforms” – right?

Well that’s all the decent desktop-targeted platforms out there!
</troll inside>


Chad P. [ original content licensed OWL: http://owl.apotheon.org ]

:stuck_out_tongue:

Panagiotis A.