# Getting started with Ruby on Rails and Postgres on Supabase

DevFeed: [Getting started with Ruby on Rails and Postgres on Supabase](<https://devfeed.tech/articles/getting-started-with-ruby-on-rails-and-postgres-on-supabase-543.md>)

Original publisher: [Read original article](<https://supabase.com/blog/ruby-on-rails-postgres>)

Author: Thor Schaeff

Published: 2024-01-29T07:00:00Z

Content type: tutorial

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [App](<https://devfeed.tech/topics/app.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [database-migration](<https://devfeed.tech/tags/database-migration.md>), [fly-io](<https://devfeed.tech/tags/fly-io.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [orm](<https://devfeed.tech/tags/orm.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [ruby](<https://devfeed.tech/tags/ruby.md>)

## AI overview

A tutorial for creating a Ruby on Rails application, connecting it to a Supabase Postgres database, using migrations and Active Record, and deploying to Fly.io.

## Source excerpt

Learn how to create a new Rails app and connect it to a Supabase Postgres database.