# rails-crdb-app **Repository Path**: mirrors_cockroachdb/rails-crdb-app ## Basic Information - **Project Name**: rails-crdb-app - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-30 - **Last Updated**: 2023-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rails deployed on Heroku Example Application [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) Using CockroachDB as part of a Ruby on Rails app is easy. Cockroach Labs maintains the [ActiveRecord Adapter Gem](https://github.com/cockroachdb/activerecord-cockroachdb-adapter), a direct extension of the PostgreSQL adapter. This makes it very straightforward to switch from a default option to CockroachDB. The full instructions are available via [https://www.cockroachlabs.com/blog/how-to-a-complete-web-app-with-rails-and-cockroachdb/](https://www.cockroachlabs.com/blog/how-to-a-complete-web-app-with-rails-and-cockroachdb/).