mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
title, description, tags
| title | description | tags | |||
|---|---|---|---|---|---|
| Rails Starter | A Rails starter app using a PostgreSQL database |
|
Rails Starter Example
This is a Ruby on Rails starter app 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. Read more about Rails on
their official website