How to process multiple zip-files with Ruby on Rails
Posted by Lars | Posted in Rails, Tutorials | Posted on 22-03-2009
0
Sometimes you have to integrate exported data from third party desktop software. One way to do is to pack all data into a zipped file and push it via FTP onto your server. This tutorial will explain how to process zip-files with your Ruby on Rails™ application.
I will take an example from a real estate managing software. It’s a common way for this kind of software to pack and push their data to online real estate listing services.



