image
The Ultimate Drawing Course Beginner to Advanced...
$179
$79
image
User Experience Design Essentials - Adobe XD UI UX...
$179
$79
Total:
$659

Description

Now featuring Rails 6 - the latest version of the Ruby on Rails framework.
Ruby on Rails Web Developer average salaries by city as of January 2020 (according to Glassdoor):
New York -
$95,000/yr
, Boston -
$97,000/yr
, San Francisco -
$100,719/yr
Need more reasons on "why Ruby on Rails?"

Since its introduction, Ruby on Rails has rapidly become one of the most popular and powerful web application development tools for both startups and mature software companies. Some of the top sites in the world started with Ruby on Rails such as
Basecamp, Twitter, Shopify, Github, LivingSocial, Groupon, Hulu, Airbnb, Yellow Pages
and many more!

Even after immense scaling, most of them continue to use Rails! Ruby on Rails developers
routinely command the highest salaries in the tech industry!
The Complete Ruby on Rails Developer is:
#1
Web development course with Ruby on Rails on Udemy
. 64,000+ students, 9500+ ratings, 57% of them are 5-star!
#1
Best-seller in Ruby on Rails since it's launch
This is the only course you'll need where you learn how to build everything from simple to complex, deployable, production-ready web applications
This course currently features the Ruby programming language, 5 total apps -- Alpha-blog and Finance Tracker featuring Rails 6, MessageMe and University app featuring Rails 5 and a SAAS app upgrade to Rails 6 underway!
The Complete Ruby on Rails Developer Course
provides a thorough introduction to Web Applications Development using the wildly popular Ruby on Rails framework. With
40+ hours
of engaging video lectures and
text follow-up lectures with directions, references and code
, this course is designed to:
- Take students with no prior programming or web application development experience to accomplished web application developers specializing in Ruby on Rails.
- Give students with prior experience in Ruby on Rails or web development a leg up in the industry by helping them learn the ins and outs of back-end development with Rails and building complex apps at will.
- Give professionals and students alike the avenue by which they can switch to Ruby on Rails as the back-end development framework of choice so they can build robust web apps in very quick time and bring their ideas to life.
Current web apps built in the course (6):
Sections 4 - 7: Alpha blog - CRUD functions, multiple resources, authentication system built from scratch, front-end using Bootstrap, one-to-many and many-to-many associations at DB layer, production deployment! Compatible with both Rails 4 and 5 (with repositories on each version).
Built using

Rails 6 (compatible with 4, 5, 6)
Section 8: MessageMe real-time messaging app featuring ActionCable, use of 
WebSocket protocol
and
Semantic-UI
front-end.
Built using Rails 5!
Section 9: Finance Tracker social media app - Learning to use Devise for authentication, generators, search forms, Ajax, JavaScript, search functionality, external API usage,
secure credentials management
, rapid prototyping.
Built using Rails 6.
Section 10: Photo App - Production email confirmation functionality, extending devise basic functionality, payment using Stripe API, file storage with AWS S3 bucket.
Section 11: SaaS Project Management App - Multi-tenancy, extending devise and incorporating payment functionality with Stripe, multi-tiered teams, email invitations within teams, restrictions based on payment tiers and more!
Section 12: University App (bonus) - Introductory Rails app (optional as beginner app for the course) - beginner friendly, along the lines of Alpha blog, but uses MaterializeCSS front-end framework instead of Bootstrap and walks through how to customize features in it.
Built using Rails 5.
Ruby on Rails
- introduced 15 years ago - continues to be the cool but stable framework of choice for startups since it allows for rapid development - while maintaining structure and security - as complex and disruptive business ideas are brought to life in record time.
This course takes a very structured approach of teaching Rails
starting with Ruby
- the programming language behind Rails. Everything from "Hello World" to Object Oriented Programming is covered. Students acquire skills rapidly; utilizing homework assignments, quizzes, coding exercises and free web based resources to go with the video lectures. The text lectures also provide reference material after each video, it's like having multiple books in addition to the videos to guide students through the course.
At first all the code is done from scratch limiting the use of shortcuts and generators so students can understand what's really going on under the hood of Rails applications and can design them the way they want. Then with solid knowledge and understanding already in place, rapid prototyping methods are introduced in later parts of the course, showing use of generators and scaffolding, finishing with a complete Software as a Service Application that can be used to launch a startup!
Some key features of this course are:
-
250+
lectures and
40
+ hours of video content
-
Ruby
programming from scratch; writing your first program to say "Hello World" to Object Oriented Programming while building multiple mini-projects along the way
- Local installation and development options made available for both Macs and Windows machines (that's right, Windows as well!)
-
Git
for version control,
Github
as code repository,
Heroku
for production deployment
- Working with
Amazon Web Services S3
bucket for storage,
Sendgrid
for production email functionality,
Multi-Tenancy
using Milia
- Custom credit card form creation and working with
Stripe API
to implement payment processing functionality
- Rails
MVC
structure in-depth - Models, Views, Controllers
-
FREE live support
- Design and conceptualization using wire-framing tools
- Building authentication systems from scratch at first using the default Rails stack, including admin feature, log in/logout and signup. Then learning how to use
Devise
and extend the basic functionality provided by Devise to customize it and speed up authentication systems
-
Ajax, Jquery
, plain JavaScript - all 3 used in different parts of the course!
-
Bootstrap, Semantic-UI
and
MaterializeCSS (using material design concepts)
for UI styling
- Fully automated test suites using
Unit
,
Functional
and
Integration tests
- Database associations: One-to-many, many-to-many, self-referential using ActiveRecord
- much, much more!
Join today and I'll see you in the course.
Who this course is for:
Anyone who wants to be a web app developer: This is a complete course which starts with Ruby and ends with creating multiple web apps with Rails 5 & 6.
Anyone who wants to learn to code: Ruby is a language built with programmer happiness in mind
Anyone who wants to bring their web app ideas to life
Anyone who wants to start their own startup with their own apps

What you'll learn

Learn how to rapidly prototype ideas and turn them into presentable apps

Become a professional web application developer

Become a professional Ruby on Rails developer

Design and build virtually any web application you can imagine

Apply for jobs at software companies as Ruby on Rails developer

Requirements

  • You will need a copy of Adobe XD 2019 or above. A free trial can be downloaded from Adobe.
  • No previous design experience is needed.
  • No previous Adobe XD skills are needed.

Course Content

27 sections • 95 lectures
Expand All Sections
1-Introduction and Setup
12
1.1-Introduction
1.2-Welcome quiz: Let's get our logic-based thinking warmed up
1.3-Let's code the quiz!
1.4-Course Structure, Overview and best way to use the course
1.5-Ruby on Rails Development Environment overview
1.6-[IMPORTANT] Development Environment Update - Please don't skip this text lecture
1.7-Web apps built in the course - Preview series kickoff
1.8-Preview: SaaS - Project Management App built in section 11
1.9-Preview of MessageMe chat application showcasing real-time Rails - Section 8
1.10-Preview of Finance Tracker App built in section 9, rapid prototyping
1.11-Preview of Univ App using material design for front-end (Section 12)
1.12-Preview of Alpha Blog App built from section 4 through 7
2-The Ruby Programming Language
42
2.1-How to get Free Live Help!
2.2-Introduction to Section 2 and Ruby
2.3-Introduction to Ruby - Text with directions, references and code
2.4-Working with Strings part 1
2.5-Working with Strings part 2: Getting input from user
2.6-Working with Strings - Text with directions, references and code
2.7-Homework Solution: Analyzer program code
2.8-Working with numbers
2.9-Working with numbers - Text with directions, references and code
2.10-Homework Solution: Working with numbers - Analyzer
2.11-Brief look at comparison operators
2.12-Methods
2.13-Branching if/elsif/else/end
2.14-Methods and Branching - Text with directions, references and code
2.15-Arrays and Iterators
2.16-Arrays and Iterators - Text with directions, references and code
2.17-Hashes
2.18-Hashes - Text with directions, references and code
2.19-Homework Project: Authenticator
2.20-Authenticator project implementation
2.21-Text lecture: Authenticator project code
2.22-Ruby Style Guide
2.23-Ruby Style Guide - Text with directions and references
2.24-Homework Assignment: Area code dictionary
2.25-Homework Assignment: Area code dictionary - Text directions
2.26-Solution: Area code dictionary
2.27-Solution: Area code dictionary
2.28-Practice what you have learnt
2.29-Introduction to Object Oriented Programming
2.30-Introduction to Object Oriented Programming - Text directions, refs and code
2.31-Attributes, getters and setters
2.32-Attributes, getters, setters - Text directions, references and code
2.33-Final Ruby project: Classes, Modules, Mixins - 1 - bcrypt
2.34-Final Ruby project 1 - Text follow-up
2.35-Final Ruby project: Classes, Modules, Mixins - 2 - methods
2.36-Final Ruby project 2 - Text follow-up
2.37-Final Ruby project: Classes, Modules, Mixins - 3 - modules
2.38-Final Ruby project 3 - Text follow-up
2.39-'self' notation for method names
2.40-Final Ruby project: Classes, Modules, Mixins - 4 - include
2.41-Final Ruby project 4 - Text follow-up
2.42-Ruby Quiz
3-Introduction to Ruby on Rails
25
3.1-Introduction to Section 3 and Ruby on Rails kickoff
3.2-Ruby on Rails kickoff - Text directions and references
3.3-Model, View, Controller and Rails App Structure
3.4-Model, View, Controller and Rails App Structure - Text references
3.5-Required: Ruby on Rails installation (local or cloud-IDE)
3.6-Root route, controller, more MVC and say 'Hello World!'
3.7-Root route, controller and more MVC - Text directions and references
3.8-Structure of a Rails application
3.9-Structure of a Rails application - Text references
3.10-Version control with Git
3.11-Version control with Git - text references
3.12-Setup online code repository with GitHub
3.13-Setup online code repo with Github - Text directions and references
3.14-Front-end: Learn and practice HTML and CSS
3.15-Learn and practice HTML and CSS references
3.16-Create an HTML paragraph element
3.17-Create an unordered list
3.18-Add About page and homework assignment
3.19-Add About page and homework assignment - Text reference and code
3.20-Production Deploy!
3.21-Production Deploy - Text directions, references and code
3.22-The back-end: Database and tables in Rails
3.23-The back-end: CRUD, scaffold and wrap-up section 3
3.24-CRUD and scaffold generators - Text directions, references and code
3.25-Rails basics
4-CRUD Operations in Ruby on Rails
32
4.1-Preview of Alpha Blog App and Information
4.2-Introduction to Section 4: Tables, migrations and naming conventions
4.3-Intro to tables, migrations, rails conventions - text references
4.4-Models and rails console
4.5-Models and rails console - text references
4.6-CRUD operations from rails console
4.7-CRUD ops from rails console - text directions and code
4.8-Validations
4.9-Validations - text references
4.10-Show articles (route, action and view)
4.11-Show articles feature - text references and code
4.12-Articles index
4.13-Articles index - text references and code
4.14-Forms - build a new article creation form
4.15-Forms - new article form text reference
4.16-Create action - save newly created articles
4.17-Create action - text references
4.18-Messaging - validation and flash messages
4.19-Messaging - validation and flash messages - text references
4.20-Edit and update: update existing articles
4.21-Edit and update - text references and code
4.22-Delete: delete articles
4.23-Delete articles - text references
4.24-User Interface - add layout links
4.25-Layout links: text references
4.26-DRY (Don't Repeat Yourself) code - refactoring and partials
4.27-DRY code - text references
4.28-Production deploy and wrap up section 4
4.29-Production deploy - text follow-up
4.30-Rails UI
4.31-Define a style to set the font color
4.32-Define a style to remove underlines from all hyperlinks
5-Styling for your Rails Application
21
5.1-Introduction to Section 5 and styling
5.2-Learn to use Bootstrap
5.3-Install Bootstrap, asset pipeline, JavaScript, webpack - Rails 6 vs 5
5.4-Install Bootstrap, asset pipeline - text directions, references and code
5.5-Install Bootstrap in Rails 5 (or earlier versions)
5.6-Install Bootstrap in Rails 5 - text references
5.7-Build homepage
5.8-Build homepage - text follow-up
5.9-Layout links using Bootstrap classes
5.10-Layout links - text follow-up
5.11-Style articles index page
5.12-Style index view - text references
5.13-Style form partial
5.14-Style form - text references and code
5.15-Style validation and flash messages
5.16-Style messages - text references
5.17-Style show view
5.18-Style show view - text references
5.19-Cleanup layout, production deploy and wrap up section 5
5.20-Cleanup layout - text references
5.21-Rails front-end styling
6-Associations and Authentication Systems
54
6.1-Introduction to section 6: users, associations, ERD and more
6.2-One-to-many associations demo with the rails console
6.3-Create users
6.4-Create users - text directions and code
6.5-Add user validations
6.6-Add user validations - text directions and code
6.7-One to many association
6.8-One to many association - text directions and code
6.9-Show user info in articles
6.10-Show user info in articles - text directions and code
6.11-Alter object state before_save
6.12-Alter object state before_save - text directions
6.13-Add secure password
6.14-Add secure password - text directions and code
6.15-New user signup form
6.16-New User Signup - text directions and code
6.17-Create new users (back-end)
6.18-Create new users - text directions and references
6.19-Edit users
6.20-Edit users - text directions and code
6.21-Show user and profile image
6.22-Show user and profile image - text directions and code
6.23-Add users index
6.24-Add users index - text directions
6.25-Cleanup layout
6.26-Cleanup layout - text reference
6.27-Add pagination to views
6.28-Add pagination to views - text references
6.29-Add login form
6.30-Add login form - text references
6.31-Create and destroy user sessions
6.32-Create and destroy sessions for users - text directions and code
6.33-Authentication helper methods
6.34-Authentication helper methods - text reference and code
6.35-Controller methods as helper methods
6.36-Controller methods as helper methods - text references
6.37-Restrict actions from UI
6.38-Restrict actions from UI - text references
6.39-Modify navigation based on helpers
6.40-Modify navigation - text references
6.41-Restrict actions at controller level - articles
6.42-Restrict actions for articles controller - text references
6.43-Restrict actions in controller level - users
6.44-Restrict actions for users controller - text references
6.45-Delete user
6.46-Delete user - text references
6.47-Add admin user functionality - intro
6.48-Admin user intro - text references
6.49-Add admin user access through views and controllers
6.50-Add admin user access - text references
6.51-Assignment - alert message color based on type
6.52-Assignment solution - text references
6.53-Production deploy and wrap up section 6
6.54-Rails actions, authentication and associations
7-Many-To-Many Associations and Automated Testing - Integration, Functional, Unit
32
7.1-Introduction to Section 7
7.2-Category model and testing
7.3-Category model and testing - text references and code
7.4-Validations using unit tests
7.5-Validations using unit tests - text references
7.6-Categories controller and tests
7.7-Categories controller and tests - text references and code
7.8-Create category and test
7.9-Create category - text references and code
7.10-Integration test: Create category business process
7.11-Integration test: Create category - text references
7.12-Integration test for invalid category
7.13-Integration test for invalid category - text references
7.14-Integration test and feature: listing categories
7.15-Integration test and feature: listing categories - text directions and code
7.16-Admin user requirement and test
7.17-Admin user requirement and test - text references
7.18-Update navigation
7.19-Update navigation - text references
7.20-Many-to-many association - introduction
7.21-Many-to-many association - back-end implementation
7.22-Many-to-many association - implementation - text references
7.23-Add association from UI
7.24-Add association from UI - text references
7.25-Update article views to display categories
7.26-Update article views - text references
7.27-Complete category index and show views
7.28-Complete category index and show - text references
7.29-Edit categories
7.30-Edit categories - text references
7.31-Deploy to production, homework, wrap up section 7
7.32-Deploy to production, homework and wrap section 7 - text
8-Real-time Rails - MessageMe Chat app using ActionCable and web sockets
31
8.1-Preview of the app built in this section
8.2-(IMPORTANT) Notes about this section
8.3-Start new rails app (local, cloud9, AWS cloud9 all 3 for demo)
8.4-Task 1: Version control
8.5-Task 2: Root and Login routes
8.6-Install Semantic-UI for front-end
8.7-Add navigation menu
8.8-Enable dropdown functionality and create nav partial
8.9-Add favicon
8.10-Build Chatroom Homepage
8.11-Complete Chatroom
8.12-Task 3: Build login page
8.13-Explore the back-end design
8.14-Task 4: Build User resource
8.15-Task 5: Build Message resource
8.16-Task 6: Add actual messages from table
8.17-Add message partial and refactor some code
8.18-Task 7: Start authentication system
8.19-Add authentication system - create and destroy sessions
8.20-Enable flash messages display
8.21-Restrict views at controller layer
8.22-Add messages from UI
8.23-Introduction to WebSocket protocol
8.24-Implementing real-time with ActionCable overview
8.25-Generate a Chatroom channel
8.26-Modify and broadcast messages
8.27-Display messages using partial
8.28-Add auto-scrolling to chat window
8.29-Beautify input box, functionality and create custom scope
8.30-Section Project
8.31-Section conclusion notes
9-Stock Tracker Social Media App
51
9.1-Preview and Details of Stock Tracker Social Media App
9.2-Finance Tracker Requirements
9.3-Finance Tracker Assignment 1 - Text
9.4-Assignment 1 completion
9.5-Finance Tracker Assignment 2 - Text
9.6-Assignment 2 completion
9.7-Add devise gem for authentication
9.8-Create users using devise
9.9-Test authentication system, login, logout
9.10-Assignment: Add Bootstrap to the application
9.11-Implementation: Add Bootstrap 4 step by step
9.12-Update views
9.13-Update layout: containers for styling
9.14-Layout Assignment: Add messages and nav partial
9.15-Setup and use API key to get stock data
9.16-Create Stock model with attributes
9.17-Stock lookup: build class method to lookup stock info
9.18-Secure credentials in Rails 6
9.19-Store secure API key
9.20-Setup front-end structure for stock lookup
9.21-Build Stock Lookup Form
9.22-Display stock price in browser
9.23-Create and display stock objects in browser
9.24-Dealing with invalid search results
9.25-Use Ajax for form submission
9.26-Setup JavaScript response
9.27-Declare a variable and assign it a string value in JavaScript
9.28-Create a simple function in JavaScript which accepts one parameter and returns a computed value
9.29-Invoke a function
9.30-Sort the characters of a string in alphabetical order
9.31-JavaScript responses to invalid search results
9.32-Users and stocks: many-to-many association
9.33-Setup UserStock resource
9.34-Stocks listing view
9.35-Cleanup application layout
9.36-Track stocks from front-end: browser
9.37-Implement stock tracking restrictions
9.38-Add functionality to remove tracking
9.39-Modify user model
9.40-Accept additional fields in app - edit action
9.41-Complete signup assignment
9.42-Self referential association - users and friends
9.43-Assignment completion walkthrough: friends list
9.44-Assignment: Create search friends form
9.45-Add JavaScript response to form submission
9.46-Search users/friends: implement search method
9.47-Display search results in the browser
9.48-Implement remove tracking functionality
9.49-Implement add friend functionality
9.50-Display user/friend profile and tracking options
9.51-Finance Tracker Assignment and section wrap up
10-Email, Custom Payment Functionality and File Uploads
31
10.1-IMPORTANT: Preview of material covered in this section
10.2-Start Photo App
10.3-Start Photo App - Text directions and code
10.4-Setup Authentication System
10.5-Setup Authentication System - Text directions and code
10.6-Sending Email in Production
10.7-Sending Email in Production - Text directions and code
10.8-Update Layout and Test Email in Production
10.9-Update Layout and Test Production Email - Text directions and code
10.10-Build Homepage
10.11-Build Homepage - Text directions and code
10.12-Stripe and Payment Introduction
10.13-Stripe for Payment Introduction - Text directions, references and code
10.14-Payment Model
10.15-Payment Model - Text directions and code
10.16-Update Form for Credit Card Payments
10.17-Update Form for Credit Card Payments - Text directions and code
10.18-Javascript Events
10.19-Javascript Events - Text directions and code
10.20-Extend Devise Registrations Controller
10.21-Extend Devise Registrations Controller - Text directions, references and code
10.22-Fix Conflict Bug
10.23-Fix Conflict Bug - Text directions
10.24-Image Upload
10.25-Image Upload - Text directions and code
10.26-Image Size Validations
10.27-Image Size Validations - Text directions and code
10.28-Image Upload in Production
10.29-Image Upload in Production - Text directions and code
10.30-Complete Prod Image Upload
10.31-Complete Prod Image Upload - Text directions and code
11-Software as a Service Project Management App
59
11.1-Preview of the Saas - Project Management App
11.2-Pre-requisites for this section - Important - Please Read!
11.3-Start the new SaaS app
11.4-Start new SaaS app - Text directions and code
11.5-Setup email
11.6-Setup email - Text directions and code
11.7-Setup Milia and Devise
11.8-IMPORTANT - don't skip! Setup Milia and Devise - Text directions and code
11.9-Add Bootstrap for styling
11.10-Add Bootstrap for styling - Text directions and code
11.11-Build Homepage and add styling
11.12-Build Homepage and add styling - Text directions and code
11.13-Add Plans for Tenants
11.14-Add Plans for Tenants - Text directions and code
11.15-Confirmations and Styling
11.16-Confirmations and Styling - Text directions and code
11.17-Invite new members
11.18-Invite new members - Text directions and code
11.19-Projects for Tenants
11.20-Projects for Tenants - Text directions and code
11.21-Projects Controller
11.22-Projects Controller - Text directions and code
11.23-Add Datepicker
11.24-Add Datepicker - Text directions and code
11.25-Projects show and list
11.26-Projects show and list - Text directions and code
11.27-Create Artifacts
11.28-Create Artifacts - Text directions and code
11.29-Setting up AWS
11.30-Setting up AWS - Text directions
11.31-Upload Artifacts
11.32-Upload Artifacts - Text directions and code
11.33-Complete Artifacts
11.34-Complete Artifacts - Text directions and code
11.35-Fix AWS issues and Preview App
11.36-Fix AWS issues and Preview App - Text reference
11.37-Setup Stripe for Payments
11.38-Setup Stripe for Payments - Text directions and code
11.39-Form for Credit Card Fields
11.40-Form for Credit Card Fields - Text directions and code
11.41-Javascript details - Stripe and Payment Processing
11.42-Javascript details - Stripe and Payment Processing - Text code
11.43-Javascript continued
11.44-Custom Registrations Controller
11.45-Custom Registrations Controller - Text directions and code
11.46-Edit Tenant Plans
11.47-Edit Tenant Plans - Text directions and code
11.48-Update Action
11.49-Update Action - Text directions and code
11.50-Add Admin User for Organizations
11.51-Add Admin User for Organizations - Text directions and code
11.52-Create Nav Partial
11.53-Create Nav Partial - Text directions and code
11.54-Users and Projects
11.55-Users and Projects - Text directions and code
11.56-Complete User - Project views
11.57-Complete User - Project views - Text directions and code
11.58-Bug Fixes, Preview and Deploy!
11.59-Bug Fixes, Preview and Deploy - Text directions and code
12-Material Design (MaterializeCSS) as front-end
32
12.1-Section intro - Use MaterializeCSS as front-end instead of bootstrap
12.2-Notes about this section (Important please read)
12.3-Start new rails app, run server - both local and cloud-IDE example
12.4-App structure, MVC and root route
12.5-Naming conventions - Convention over configuration
12.6-Add routes
12.7-Explore the layout file and erb
12.8-Start styling the app
12.9-Add front-end framework and navigation
12.10-Create a sticky footer
12.11-Add dropdown feature and hamburger menu
12.12-Work on the content layout view - Courses
12.13-CRUD from the back-end and courses resource
12.14-Front-end display and validations
12.15-Learn how to use partials
12.16-Create students resource
12.17-Create students resource - Text follow-up directions
12.18-Students index
12.19-Create a new student form
12.20-Create students and work with errors
12.21-Add flash messages and errors
12.22-Student show page
12.23-Edit student functionality
12.24-DRY your code - extract redundancies
12.25-Add secure password
12.26-Update forms to accept passwords and modify styling
12.27-Authentication system - build routes and form
12.28-Create and destroy sessions - add auth methods
12.29-Restrict actions, views and clean up layout
12.30-Introduction to many to many associations
12.31-Create association from rails console
12.32-Add associations from front-end
13-Rails installation and usage: Mac
10
13.1-Terminal basics in MacOS
13.2-Command Line Tools
13.3-Text editor
13.4-Install (or check installation of) NodeJS
13.5-Install Yarn (JavaScript package manager)
13.6-Install RVM (Ruby version manager)
13.7-Install Ruby
13.8-Install and setup Git for version control
13.9-Install and use Ruby on Rails 6
13.10-Install and use Ruby on Rails 5
14-Rails installation and usage: AWS Cloud9
5
14.1-Amazon Web Services Cloud9 setup
14.2-Terminal basics in AWS Cloud9
14.3-Install (or check installation of) Rails dependencies in IDE
14.4-Install and use Rails 6 on AWS Cloud9
14.5-Install and use Rails 5 on AWS Cloud9
15-Rails Installation and usage: Windows
7
15.1-Command Line/Powershell basics
15.2-Text editor
15.3-Install Ruby
15.4-Install (or check installation of) NodeJS and Yarn
15.5-Install and setup Git for version control
15.6-Install Ruby on Rails 6 and create new Rails application
15.7-Install Ruby on Rails 5 and create new Rails 5 applications
16-Thank you and next steps
2
16.1-Final Student Project
16.2-Thank you