Rails (Demo)
Recently I worked on an appointment booking(Telemedicine) feature for one of our healthcare projects. Creating an appointment is all about Date/Time and the challenging... In this guide, I will explain how we can improve the performance of our rails app by using the counter cache. Consider an app... This blog is continuation of Convert HTML to PDF in Ruby on Rails Applications – Part-1 Bootstrap css load We used bootstrap css for... When you face the error Uncaught Error: ExecJS::RuntimeError: FATAL ERROR: Evacuation Allocation failed - process out of memory and rails assets pipeline Cannot allocate... I’ve been working on a codebase which is Rails 4.0 and Ruby 1.9.3 and something that’s annoying about this app is its incredibly large... Nowadays the importance of Restful APIs has increased a lot for web and mobile apps. Writing API has been made easier and pretty good... Recently I faced an issue with circle CI related to “Checkout using deploy key”. Initially It was working fine, at one point, I deleted... In this blog we are going to see how to integrate rollbar with rails application. What is Rollbar: Rollbar helps to take control of... Generating pdf is a common requirement in web applications, mostly to download reports. Users would like to download their data as pdf or excel... I would like to discuss some of the new features of the new Rails 4.2 in this blog. ActiveJob, ActionMailer #deliver_later, AdequateRecord, Web Console... We @ Spritle came across this wonderful new tool recently. Although it took time to taste it (atleast to some extent), I soon realized... When we were building the changebadtogood.com app we faced a certain issue with the acts_as_votable gem (~> 0.5.0) with Rails ‘3.0.19’. We got the...