The day was nearing to a close. The sun has already set, but that Friday evening in Amsterdam was still warm. Unusually warm, in fact, for those late days in March – as if spring decided to bless my pilgrimage, for that pilgrimage was not jovial. I was sitting at a ramen joint, sipping on the broth. To my left, a blue, crinkled supermarket shopping bag was sitting solemnly, inconspicuously. Inside that bag sat a slightly used Mac Studio, which I have just purchased to be able to edit CSS of...| Julik Tarkhanov
This is my personal site, where I write about Ruby, programming, and any of my varied fascinations.| fractaledmind.github.io
Multiple Databases with Active RecordThis guide covers using multiple databases with your Rails application.After reading this guide you will know: How to set up your application for multiple databases. How automatic connection switching works. How to use horizontal sharding for multiple databases. What features are supported and what's still a work in progress.| Ruby on Rails Guides