Tutorials



Build a Ruby App with CockroachDB and ActiveRecord | CockroachDB Docs
Learn how to use CockroachDB from a simple Ruby script with the ActiveRecord gem.This tutorial shows you how build a simple Ruby application with CockroachDB and ActiveRecord. CockroachDB provides an ActiveRecord adapter for CockroachDB as a RubyGem.

Testing multiple sessions in the same test with Capybara
Sometimes a feature in your application will involve a back-and-forth between multiple users. When it comes time to write an automated system test, you can easily simulate switching between users using Capybara’s using_session helper.Instead of lo...


Creating an iOS Share Extension for a Turbo Rails App
A lot of excitement has swept through the Rails world since the release of Turbo in December 2020. Personally, what I’m looking forward to most is a seamless integration with native mobile platforms using the iOS and Android adapters.We are going ...


