For the past three weeks, I have developed and refined a web scrapping script that fetches contents from a certain blog and archives them, including the images into my AWS […]
Category: Ruby
Finally found a task scheduler/cron for Rails
I have been working with a cron-like task scheduler in the past and among the very few options, we choose crono. It works because it allows us to run tasks […]
Carrierwave AWS – copying files from one model to another
We have already a working code for copying Carrierwave files from one model to another, however, it is only working for file based storage. For Amazon S3 storage, it is […]
Rails 5 – Self Join belongs_to – entity must exist error
Wow, this is my first post for Ruby on Rails and Ruby in general! So what I’m trying to do is very simple: create a self join relationship for the […]