Want To Log Your Access Requests? Here’s How You Can Optimize Multiple Databases in Rails 6!

In a data sensitive application debugging is the most critical and time consuming especially if requests traffic is tremendously high, when it comes to debugging every developer’s last resort is application logs and debugging in large logs file is not an easy task. In this post I will brief you about how we can make … Continue reading Want To Log Your Access Requests? Here’s How You Can Optimize Multiple Databases in Rails 6!

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

Active Admin & How It Aids In Writing Rspec For Custom CSV

Active admin is a great framework for managing website admin side interface. Usually, UI for admin users needs to be more of managing and reporting the business operations than the fancy UI which we build for end-users. So basically Active admin abstracts common business applications in a simple pattern so that developers can use it and … Continue reading Active Admin & How It Aids In Writing Rspec For Custom CSV