I need to fetch HTML page with all objects on it (stylesheets, javascripts, images) and store data in the database. It is possible to implement this by simple fetching files listed in src attributes, but maybe someone can suggest any helper gem for this.
Also, is there way to package all this files to one (like web archieve), which can be opened by most browsers?
Thanks