Blogs
Bringing the power of Webpacker to any web framework.
Bringing the impressive work of the Rails' Webpacker project to be available for frameworks other than Rails. This is done by mocking the minimal amount of Rails for the Webpacker's Rake commands to be able to run.Webpacker itself takes Webpack, w...
Tips for Writing Fast Rails: Part 2 - The Lean Software Boutique
Some time ago we wrote a couple of Tips for Writing Fast Rails. It was about time we wrote part two so here it is!In this article we will focus on the use of ActiveRecord::Calculations. To show the difference in execution time between doing the ma...
Birds of a Fiber: A look at Falcon, a modern asynchronous web server for Ruby
The GitHub Readme describes Falcon as, "... *a multi-process, multi-fiber rack-compatible HTTP server ... Each request is executed within a lightweight fiber and can block on up-stream requests without stalling the entire server process."*The gist...
First million views for RubyOnRails.BA – Nezir Z. – Medium
Before almost 2 years I decide to reserve some of my free time to create an ‘info aggregator site’, a site that will be a place where I will collect and share links with a short preview to articles, posts, tutorials, videos, news and all other kin...