Blogs
Shifting to Hasura: Lessons from a Rails developer by Avinash Moondra @HasuraCon'20
Rails vs Hasura (but not really!)Having used both Rails and Hasura, in fast-moving production environments, my goal here today is to help y'all shift your mindset from Rails to Hasura, without getting into which is better. So we'll highlight some ...
How we made our Rails test suite about 75 percent faster
One of my recent tasks has been to take the current test suite for a large-ish Rails app and speed it up as much as possible. This is the story of how I managed to do so without compromising the integrity of the tests.Our current suiteAt the time ...
Useful Active Support features you may not have heard of
Active Support is a really powerful library that is a part of Rails framework. It contains many useful core extensions that empower standard ruby objects with additional features. For example it adds hours method to Integer class and allows us to ...
Get Over Ruby on Rails — 3 Alternative Web Frameworks Worth Checking Out
Ruby became famous with the rise of the Ruby on Rails framework. It still is one of the biggest players in the web framework area — even if you compare it with frameworks for other languages. So the rise of Rails helped Ruby (the language) a lot. ...