Summary
In this chapter, we learned about Rails, the MVC application pattern, and how to install it as a gem. We also learned how to generate controllers and where these come in handy when using Rails. Lastly, we learned what developers mean when they refer to the Ruby on Rails convention over configuration “paradigm” and how this feature makes our lives easier when using Rails. Now, we are ready to start connecting and using databases with Rails Models.