
Explore how Ruby on Rails, a web application framework built on Ruby, enables building flexible, scalable apps while powering sites like GitHub, Twitter, Airbnb, and more in open source community.
Explore rails scaffold generators by creating a project scaffold with title and description, and observe decimal percent complete and full create, read, update, delete functionality out of the box.
Discover how Rails controllers customize responses with a respond_to block for html and json, and enforce strong parameters to whitelist fields for create and update.
Create custom scopes in Rails models to filter by percent complete using where with a lambda and an alias like almost completed; call these scopes from the controller.
Learn how to implement validations in Ruby on Rails models using validates presence of to ensure required fields like title, description, and percent complete are filled before creation.
Are you ready to start building professional web applications? Over a decade of programming experience has taught me that the best way to learn how to code is to acquire a comprehensive understanding of the basic principles and then learn from building real world projects, and that's exactly what this course does. Beginning with setting up your local development environment and ending with deploying your production application to the web, this course gives a detailed walk through on:
This course differs from others because it not only teaches you how to build an application, it focuses on giving developers an in depth understanding of the web framework itself so that you can take your new knowledge and build any type of application. With the course organized so that each video teaches a specific feature, you can use them in the future as a reference when you want to build out a specific functionality. The course was engineered to ensure you will be able to learn the material:
After you complete the course and quizzes you will be given a Ruby on Rails Foundations certificate of completion and you will be on your way to becoming a professional Rails developer!