This is a Ruby on Rails starter app that connects to a Railway Postgres database.
- Ruby
- Rails
- Postgres
- Create a Railway project with the Postgres plugin
- Connect to your Railway project with
railway init
- Install Ruby requirements
bundle install
- Migrate the database
railway run rake db:migrate
- Run Rails
railway run bin/rails migrate
This app was generated with the rails new
command. Read more about Rails on
their official website