Real Rails
Published in

Real Rails

SQL Database and Rails

Understanding the basics of SQL language and Rails

Image from HeaderLabs

What is a database?

MY PRECIOUS DATA

How about get, delete, insert, and update data?

Using conditions in our queries

Relationship between tables

Rails Mode ON

Using Rails Console

Relationship on Rails

author has_many posts

post belongs_to an author

Using Rails Console

Queries on Rails

That’s all!

--

--

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store