Ruby on Rails (Demo)

Learnings from building my first React Native application

Hey there! In this first blog of mine, I have detailed my experience of building a Sports meet and events tracking mobile application from...
Adith Krishnan
10 min read

Build Multi-language Supported HealthCare Apps using Ruby on Rails

Hi everyone, hope all are doing good! This is my first blog and here lets see how a Healthcare Rails application can be used...
Karthika KB
4 min read

Improve Rails App Performance Using Active Record’s Counter Cache

In this guide, I will explain how we can improve the performance of our rails app by using the counter cache. Consider an app...
Ram Prasanna
2 min read

How WebPacker and Rails 6 Tortured Me and how…

One fine day when I was having a chit chat with my colleagues in the cafeteria, I received the email notification which I was...
Siva G
3 min read

Monitor Sidekiq up or down with Shell Script

Here is one simple shell script to check whether sidekiq process is running or not and then restart it. I am sure many of...
Sivakumar V
1 min read

Speaking at Ruby meetups – a way of giving…

Speaking at meetups is a great way of giving back to the community and so we always encourage our mates at Spritle to be...
Spritle Bot
1 min read

Rails 5 — ActiveRecord Suppress — a step too far?

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...
Steve Robinson
7 min read

Lean Project Management – My Experience At Spritle

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...
Shanthi
3 min read

Convert HTML to PDF in Ruby on Rails Applications…

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...
Siva KB
1 min read

Fix for Nodejs – Cannot allocate memory and Process…

When you face the error Uncaught Error: ExecJS::RuntimeError: FATAL ERROR: Evacuation Allocation failed - process out of memory and rails assets pipeline Cannot allocate...
Prabu D
1 min read

Handle ActiveRecord::RecordNotFound More Beautifully

Most of us usually handle the Active Record Not Found error in ApplicationController and then redirect it to a generic view page. I found...
Balaji D Loganathan
32 sec read

git-deploy – Perl: warning: Setting locale failed.

If you get the error perl: warning: Setting locale failed. perl: warning: Please check that your locale settings:, you can fix it by adding...
Balaji D Loganathan
27 sec read