Installing Ruby On Rails
  • Course Introduction
  • First Things First: How To Get Support Fast!
  • Rails Overview
  • Install Node.js
  • Install Sublime and Git Bash Terminal
  • Create SSH Key
  • Install The Heroku Toolbelt
  • Install Ruby on Rails
  • Update!
  • Create Test Project and Handle Errors
  • Create New Project and Run Server
  • Version Control With Git
  • Github.com
Building A Basic Rails App
  • Creating Our First Webpage
  • Rails Routing
  • Manually Creating an About Page
  • Understanding Application.html.erb
  • Creating Links
  • Creating Partials
  • CSS With Bootstrap
  • Building a Bootstrap Navbar
Crypto Currency Data API
  • CoinMarketCap API Intro
  • UPDATE VIDEO: CoinMarketCap API Change
  • Second Update
  • Crypto Controller
  • Crypto Output
  • Looping Through The Output
  • Single Coin Lookup Form
  • Form Error Handling
  • Connecting To The API
Creating a User Management System
  • Intro To User Management With Devise
  • Installing Devise
  • Devise Database
  • Devise Views and Routes
  • Devise Links
  • Devise View Bootstraping
  • Devise Panel Views
Building A Portfolio System
  • Intro To The Portfolio Database
  • Creating a Crypto Database Table
  • Portfolio View Pages
  • Portfolio Links
  • Rails Associations
  • Associations Continued
  • Defining The Correct User
  • Bootstrapping the Listing Page Table
  • Connecting To The API
  • Cleaning Up The List Page
  • Getting Price and Total Value
  • Calculating Profit and Loss
  • Calculating Percentage Change
  • Running Total Profit Loss
  • Tweaking the Show Page
Professional Web Hosting For Rails Apps
  • Intro To Heroku Web Hosting
  • Heroku Login
  • Pushing Our Code To Heroku
  • Heroku Domain Names
  • Bonus Lecture