a ruby library for reading and writing zip files
I know there is another thread on this subject but I still face this problem even after using all solutions. …
ruby-on-rails ruby-on-rails-3 rubygems rubyzipI am running a Rails (3.2.3) application with Ruby 1.9.3p194 on the basic Ubuntu lucid32 image in a Vagrant virtual box. …
ruby zlib rubyzipI'm using rubyzip to zip a csv file so uses can download it. This works perfectly in development mode. But …
ruby-on-rails-3 rubygems rubyzipI'm struggling with getting rubyzip to append directories to a zipoutputstream. (I want the output stream so I can send …
ruby rubyzipOkay I've found the following code for unzippping a file with Ruby. def unzip_file (file, destination) Zip::ZipFile.open(…
ruby rubyzipI am attempting to use rubyzip to create zip archives on the fly in my app. I'm using their readme …
ruby-on-rails rubyzipHow do i go about zipping a directory in ruby on rails? I've tried rubyzip without success. I don't need …
ruby-on-rails ruby zip rubyzipI have a ruby script that downloads a remote ZIP file from a server using rubys opencommand. When I look …
ruby zip rubyzipI know how to retrieve the contents of a normal zip-file with rubyzip. But i got trouble unzipping the contents …
ruby ruby-on-rails-3 rubyzip