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
Category: Ruby on Rails
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
FastJsonparser: The Fastest JSON Parser For Ruby
FastJsonparser is ruby wrapper for simdjson which is written in c++. "JSON is de facto standard for exchanging data between web server and browser." If your application is parsing large JSON data then you must consider optimising it for better performance. I came across Simdjson which claims to parse gigabytes of JSON per second, It also claims to be over … Continue reading FastJsonparser: The Fastest JSON Parser For Ruby
