Episode 2 - Building A Simple Ruby On Rails 7 web application (2 minutes)

2022-09-05に共有
Ruby On Rails is on version 7. I've been using it since version 2. That's quite a few years!

This is a quick example app, which builds up two entities, we call models in rails, and joins them together.

I'm using the example of a Trip, which can contain many places, and just using the Rails 7 raw, with scaffolds.

Episode 1 to follow!!!!!