RRituinritukapadia.hashnode.dev·Jun 23, 2021 · 3 min readConvert Pdfs to Zip in RailsThere are many scenarios where you might need a zip file in Rails if the size of the files is big. Here's a setup of the Gemfile and Controller. There's a gem in Ruby called 'rubyzip' that converts large files to zip file. You need to add the zip gem...00
RRituinritukapadia.hashnode.dev·May 22, 2021 · 4 min readImporting Excel sheet to Rails ApplicationThis blog is about importing an excel sheet in the Rails application. I am assuming you've already installed the Rails environment. I am starting from the project creation. We'll create a project that can import and read data from an excel sheet, a...00