Ruby on Rails 4: Getting Started

Pluralsight
Course Summary
Rails is an open-source web framework that's optimized for programmer happiness and sustainable productivity. This course covers all the basics of Ruby on Rails and prepares you to start developing web applications on the platform.
-
+
Course Description
Using an example web application, this course demonstrates how to use Rails' latest features. The application is a simplified Q&A site for the history of the universe. Users can post questions about the universe and other users will be able to reply. We will talk about controllers, views, models, migrations, emails, background jobs, the asset pipeline, and a few other things. We will also learn how to deploy a Rails application to the cloud.
-
+
Course Syllabus
Introduction- 27m 32s
—Introduction 5m 4s
—Starting a Rails Project 5m 36s
—The Layout 2m 11s
—Questions View 8m 7s
—Answers View 5m 43s
—Summary 0m 48sModels and Migrations- 30m 55s
—Overview 1m 53s
—The Question Resource 5m 32s
—Working with Data and Helpers 2m 22s
—Asking a Question 3m 55s
—The Answer Resource 9m 11s
—Relationships 7m 4s
—Summary 0m 54sAction Mailer and Active Job- 29m 39sBasics of the Asset Pipeline- 23m 56sDeployment- 20m 29s