mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
1.1 KiB
1.1 KiB
title, description, tags
| title | description | tags | |||
|---|---|---|---|---|---|
| Rails Blog | A Rails blog using a PostgreSQL database |
|
Rails Blog Example
This is a Ruby on Rails blog that connects to a Railway Postgres database.
✨ Features
- Ruby
- Rails
- Postgres
💁♀️ How to use
- Create a Railway project with the Postgres plugin
- Connect to your Railway project with
railway link - Install Ruby requirements
bundle install - Migrate the database
railway run rake db:migrate - Run Rails
railway run bin/rails server
📝 Notes
This app was generated with the rails new command and following the getting
getting started guide.
Read more about Rails on their official website