Ruby on Rails (Demo)
In this guide, I will explain how we can improve the performance of our rails app by using the counter cache. Consider an app... One fine day when I was having a chit chat with my colleagues in the cafeteria, I received the email notification which I was... Here is one simple shell script to check whether sidekiq process is running or not and then restart it. I am sure many of... Speaking at meetups is a great way of giving back to the community and so we always encourage our mates at Spritle to be... One of the new additions to ActiveRecord that’s gonna be coming out with the Rails 5 release is the ActiveRecord::Base.suppress method. I have some... Ever since I joined Spritle (1.5 years back) I started managing the projects as well as testing the applications. Here are my thoughts on... Recently I worked for a project, in which we got a requirement of generating many pages of PDF which has text, table, Images,Graph and... When you face the error Uncaught Error: ExecJS::RuntimeError: FATAL ERROR: Evacuation Allocation failed - process out of memory and rails assets pipeline Cannot allocate... Most of us usually handle the Active Record Not Found error in ApplicationController and then redirect it to a generic view page. I found... If you get the error perl: warning: Setting locale failed. perl: warning: Please check that your locale settings:, you can fix it by adding... If you use git-deploy with rvm and if you face the error /usr/bin/env: ruby: No such file or directory then here is the quick... Hi folks, here I am going to share a few points about my experience in Automated software testing. My project is a web app...