Files
archived-starters/ruby/with-rails
Jake Runzer 7336895dcc init
2020-09-11 19:02:13 +01:00
..
2020-09-11 19:02:13 +01:00
2020-09-11 19:02:13 +01:00
2020-09-11 19:02:13 +01:00

Ruby on Rails on Railway

Wow, that's a tongue twister huh

Install railway if you haven't

npm install -g railway

Install dependencies (rails) using bundle

bundle install

Generate a postgres project

rails new myapp --database=postgresql

Change directories

cd myapp

Run rails with railway

railway run rails server

Congrats, you're online