Blogs
Building a Service-oriented Architecture with Rails and Kafka
Suppose you want to know more information about how your users are engaged on your platform: the pages they visit, the buttons they click, and so on. A sufficiently popular app could produce billions of events, and sending such a high volume of da...
Use Multiple Migrations When Adding Database Constraints
Adding constraints to your application at the database level is a good idea as it provides an extra layer of quality control on top of the data powering your application.One way to do that is to add default values or constraints—like making sure a...
Rails 6.0.0 beta1: Action Mailbox, Action Text, Multiple DBs, Parallel Testing, Webpacker by default | Riding Rails
The first beta release of Rails 6 is here! It’s absolutely packed with amazing new stuff that we’re so excited to share. There are two major new frameworks – Action Mailbox and Action Text – and two important scalable-by-default upgrades in great ...