On Mon, Jun 23, 2008 at 4:18 PM, rachel <[EMAIL PROTECTED]> wrote:
>
> > put File.read('/my/file'), '/some/where'
>
> It's the application WAR file. It's big, and also a binary.
Binary is no problem; Ruby strings (as of 1.8) are just streams of bytes.
Big is a problem (if it's big enough not to fit in RAM), though from Jamis'
post, it looks like 'upload' is simple enough.
A quick google of WAR shows that the closer-to-Rails way to do this might be
to upload the source files (via version control, similar to the default
deploy scripts), then build the app on the server. This might not be
practical or desirable, though.
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---