TalentBox / sequel-rails

A gem for using Sequel with Rails 5.x, 6.x, 7.x, 8.x
http://talentbox.github.io/sequel-rails/
MIT License
326 stars 81 forks source link

Add: Hello world example instructions to set up a simple scaffold #178

Open benkoshy opened 4 years ago

benkoshy commented 4 years ago

Hopefully these instructions will help clarify things for new users. Given rails + ActiveRecord works out of the box, new users like myself might struggle for 30+ minutes to get a simple scaffold working, From stack overflow, it looks like I wasn't the only one. This PR helps to remedy this shortcoming.

This is placed in the README.md as per instructions in #176 .

I hope this helps.

Ben