How PUMA Contributes To the Production of Rails App

If you are still using Unicorn, Thin or Passenger open source application server in production then this post is for you. Point to note that Passenger Enterprise is different from Passenger open source, this post only talks about Passenger open source. This Blog Post has very good comparison about features provided by Unicorn, Puma & Passenger Point … Continue reading How PUMA Contributes To the Production of Rails App

How To Make Your Logs Searchable With Filebeat and Elastic Stack

Help!!! an important content on every web application, to add a help content in rails application simple approach will be to cram all pages inside public folder link all pages, done !!! wait… isn’t it an unstructured mess to add all pages inside the public folder, can there be a different approach? Yes, Middleman- a static … Continue reading How To Make Your Logs Searchable With Filebeat and Elastic Stack

How Can You Make Your Rails Console Interesting?

Content posted here with the permission of the author Akshay Birajdar, who is currently employed at Josh Software. Original post available here As a Rails developer, every time we work on a Rails project we heavily use rails console for development. I love the rails console as much as any Rails developer. It is the best … Continue reading How Can You Make Your Rails Console Interesting?