Wrapping Up!
Let's wrap up with a quick summary and a final note!
We'll cover the following...
Summary
In this course, you took a beginner-level look at the Rails framework for web development.
You started with a basic introduction to Rails, learned its history, its design structure, and, in the tradition of programming, ran a “Hello World!” program in Rails. You then proceeded to learn about models, migrations, and how to perform CRUD operations, both in the Rails console and in web forms using a ...