
Introduction to the course - Welcome!
A preview of the completed final project app built through this course
A detailed look at how the course is structured and how to get live help from the live help chatline
A look at web applications, Ruby on Rails and MVC framework
This will be where latest updates are added, in addition to the announcements section
Learn and practice basic Ruby - the language behind Rails, the try ruby site has changed, link to new site which matches video provided in the previous lecture
Sign-up for an online IDE, skip complicated local development steps
Familiarize yourself with your development environment and learn some basic commands
Text lecture follow-up to prior video lecture
Learn how to work with rvm for Ruby, and install Rails 5
Text lecture follow-up to previous video lecture
A detailed look at what makes up a Ruby on Rails application
A brief look at action and views discussed in the next video
Create a new Rails app and build a homepage for it
Text lecture follow-up of the previous video lecture
Add an about page and homework assignment
Text lecture follow-up to the previous video lecture
CRUD kickoff and creating a todos table
Text lecture follow-up to previous video lecture
CRUD actions from the Rails console
Text lecture follow-up to prior video lecture
Complete section 1 and assignments
Text lecture follow-up to prior video lecture
A quick look at embedded Ruby
Start building the user interface for a resource
Text lecture follow-up to previous video lecture
Complete the create action for todos
Text lecture follow-up to previous video lecture
Add flash display functionality and the show view
Text lecture follow-up to the prior video lecture
Getting started with version control with git and online code repos with github
Text lecture follow-up to prior video lecture
Add the edit todo feature
Text lecture follow-up to prior video lecture
The Ruby preferred way of iterating through a collection
A todos listing with links
Text lecture follow-up to the prior video lecture
Add the destroy action, refactor code and homework assignment
Text lecture follow-up to prior video lecture
Deploy test app to prod and start new Rails project
Text follow-up to prior video lecture
Install Bootstrap to your app and start building the homepage
Text follow-up to prior video lecture
Continue building homepage and bootstrap addition
Text lecture follow-up to prior video lecture
Front end development tools
Text lecture follow-up to prior video lecture
Add styling to homepage with bootstrap libraries
Text lecture follow-up to prior video lecture
Complete building styled homepage
Text follow-up to prior video lecture
Introduction to one-to-many associations and view updates
Text follow-up to prior video lecture
Discuss one to many associations at the database layer
Complete intro to one-to-many associations
Create tables and models necessary for the one-to-many association
Text lecture follow-up to prior video lecture
Using TDD to build model validations
Text lecture follow-up to prior video lecture
Build chefs - who will be users for the application and use TDD
Text lecture follow-up to prior video lecture
Complete adding validations to the chef model
Text lecture follow-up to the prior video lecture
Build one-to-many association between chefs and recipes
Text lecture follow-up to prior video lecture
Discuss routes in Rails apps
Use Test Driven Development to build recipes index
Text lecture follow-up to prior video lecture
Using TDD to complete index action
Text lecture follow-up to prior video lecture
Build show recipe feature using TDD
Text lecture follow-up to prior video lecture
Complete show recipe page and learn about gravatar
Text lecture follow-up to previous video
Work with gravatar to add profile image for chefs, refactor code
Text lecture follow-up to previous video lecture
Complete adding profile image with gravatar
Text lecture follow-up to prior video lecture
Add the new recipe creation feature
Text lecture follow-up to prior video lecture
Add new form to create recipes
Text lecture follow-up to prior video lecture
Use TDD to add create new recipes feature
Text lecture follow-up to prior video lecture
Complete the create new recipes feature with TDD
Text follow-up to prior video lecture
Use flash to display messages
Text follow-up to prior video lecture
Start building the feature to edit recipes
Text lecture follow-up to previous video lecture
Complete edit recipes feature and tests
Text lecture follow-up to prior video lecture
Delete feature for recipes
Text lecture follow-up to prior video lecture
Refactor code for recipes and wrap up the section material
Text follow-up to prior video lecture
Final project for section
Intro to users of the application - chefs
Add a mechanism for users to have passwords
Text follow-up to prior video lecture
Add form so new users for the app can sign up
Text follow-up to prior video lecture
Use TDD to create a chef for the app
Text lecture follow-up to prior video lecture
Add a profile show page for chefs
Text lecture follow-up to prior video lecture
Add ability to edit chefs
Text lecture follow-up to prior video lecture
Display a listing of all chefs/users
Text lecture follow-up to previous video lecture
Add pagination for better display of listings
Text lecture follow-up to prior video lecture
Add ability to delete users
Text follow-up to prior video lecture
Learn about login/logout and authentication systems
Text lecture follow-up to prior video
Build ability for chefs to log in and out of the application
Text lecture follow-up to prior video lecture
Build helper methods to work with authentication
Text follow-up to prior video lecture
Update layout to work with restrictions
Text lecture follow-up to prior video lecture
Complete updates to layout and add tests
Text lecture follow-up to prior video lecture
Add restrictions to actions at the controller level
Text follow-up to prior video lecture
Add a permission system to the app with admin users
Text lecture follow-up to prior video lecture
Complete admin user functionality with tests
Text follow-up to prior video lecture
Challenge project at end of section
Challenge project 2 for section
Many to many association between recipes and ingredients
Build tables for the new models in the app
Text lecture follow-up to prior video lecture
Add the comment model and associations
Text lecture follow-up to prior video lecture
Add the index action and view for ingredients
Text lecture follow-up to prior video lecture
Add a ingredients display page along with navigation updates
Text lecture follow-up to prior video lecture
Complete the ingredients feature
Text follow-up to prior video lecture
Add the association between recipes and ingredients at recipe creation
Text follow-up to prior video lecture
Add features for comments
Text lecture follow-up to prior video lecture
Complete the comments feature for the app
Text lecture follow-up to prior video lecture
Project to conclude the section
Going realtime with Rails 5
Text follow-up to prior video lecture
Complete upgrade to comments feature
Text lecture follow-up to prior video lecture
Deploy to production with ActionCable setup
Text lecture follow-up to prior video lecture
Start building the chatroom
Text lecture follow-up to prior video lecture
Build messages and add styling to chatroom
Text lecture follow-up to prior video lecture
Add styling to the chatroom
Text follow-up to prior video lecture
Take the messaging feature for the chatroom and turn it real-time
Text lecture follow-up to prior video lecture
Complete the ChefChat feature - part 1 of 2
Text lecture follow-up to prior video lecture
Complete ChefChat feature - Part 2 of 2
Text follow-up to the prior video lecture
Build a social media like feature
One solution to how to implement likes feature
Challenge project 2: Implement images
Solution to images project
Thank you for taking the course!
Step by step video guide to setting up Ruby on Rails local development environment instead of using a cloud based IDE which is used in the course
Fully up-to-date fall-2017
The Professional Ruby on Rails Developer with Rails 5 is the latest course brought to you by the creators of the best-selling Ruby on Rails course on Udemy! Built by taking 2 years of feedback from thousands of students over multiple Rails courses - it provides the best introduction to Web Applications Development using the wildly popular Ruby on Rails framework. It takes you from beginner to expert in just 8 weeks! With Rails 5 and the introduction of ActionCable you can now build realtime features like chatrooms with ease and we'll show you how! This course is for students of all levels and backgrounds, those who have no experience in programming at all, those who have worked with other web app development frameworks but want to make the switch to or try Ruby on Rails and also for students who have tried Ruby on Rails in the past but want to take their skills to the next level, just to name a few.
Why Ruby on Rails? Since its introduction, Ruby on Rails has rapidly become one of the most powerful tools for building web applications for startups and existing software houses. Some of the top sites using Ruby on Rails are Basecamp, Twitter, Shopify, Github, LivingSocial, Groupon, Hulu, Airbnb, Yellow Pages and much more. It's perfect for entrepreneurs or startups looking to rapidly prototype their ideas and bring them to life.
This course provides a very structured approach of teaching Rails and how to use Rails to implement ideas. It teaches the techniques to make the code work for the student. There will be video lectures, text follow-up lectures after each video lecture, homework, challenge projects and monthly code challenges. There will be references to free resources available on the internet to supplement the course materials. There is also a live chat channel where students from all our Rails courses hangout and help each other out with questions, solutions and general networking!
A big focus of this course is practice and understanding fundamentals. Most of the code is done from scratch limiting the use of shortcuts, generators and absolutely no scaffolding or "magic". This is also accomplished by diving right in and using a pre-configured Ruby on Rails development environment in the cloud eliminating time required to setup a local development environment and the roadblocks that go with it.
Some key aspects of this course are:
- Realtime Chatroom and Comments feature using ActionCable!
- Rails 5 using free cloud-based Integrated Development Environment
- Live chat help from other students, you're joining a community of developers who will help you ease your way in!
- Working with git for version control and github as code repository
- 20 hours of high quality content with text lectures after every video lecture with code and directions
- Help from professional Teaching Assistant in the Q & A section and also in the live chat!
- Rails MVC structure in-depth - Models, Views, Controllers
- Conceptualization and Design
- Building own authentication system from scratch using default Rails stack, including admin feature, log in/logout and signup
- Working with Bootstrap for UI, Amazon Web Services for file/image hosting, Gravatars
- Test Driven Development (TDD) for majority of the application, introduced very early on. Build automated test suite side-by-side with the app featuring model (unit) and feature (integration) tests with the default rails testing framework
- Model and non-model backed forms, implementing like/dislike voting feature
- Migrations, one-to-many and many-to-many associations at the database layer and implementation using Rails and ActiveRecord
- much, much more!