Blogs

Wrangling slow reports, large file exports, and long-running tasks in Rails with ActiveJob
Sometimes we need to generate really large file exports or run reports that are just slow. It’s not enough to optimize a few queries, we need to move the work to a background job and notify the user when it’s all. In every non-trivial application ...



Introducing JsonApiable, Because Building RESTful JSON:APIs in Ruby Should Be Easier
If you are building a REST API on Ruby/Rails and decide to implement it as a JSON:API to avoid bike-shedding, chances are you are using fast_jsonapi or active_model_serializers gem to serialize your resources (if you still haven’t decided which on...



Celebrating 2 million views on Ruby On Rails Bosnia
Yesterday we officially reached the 2 millionth view on Ruby On Rails Bosnia. The site was officially published on November 20, 2016. It took us 24 months to get first million views (November 11, 2018).
For the next million views we need to wait...

