
Check out my student Facebook Group...
It's a great place to get fast support for this course from me, to interact with other students, to post your projects and code, and to access course announcements and extras...
Join Now!
https://www.facebook.com/groups/codemycom/
Install Sublime Text as your text editor, or use any editor, then install Get Bash to enable secure connections and manage version control with SSH keys.
RailsInstaller.org is down, you can find the installer here:
https://web.archive.org/web/20210306035811/http://railsinstaller.org/en
Create a test Rails project to verify installation, then troubleshoot bundler and sequel lite gem errors by pinning an older sequel lite version in the Gemfile and running bundle install.
Create a new Rails project named crypto, set up the directory and gemfile, install dependencies with bundle install, then run the Rails server to view the welcome page.
Generate a home controller and index view, run the Rails development server, and replace the default page with a hello world app, illustrating MVC and embedded Ruby in views.
Create an about page in your rails app by adding a view in home, configuring a route, and defining an about action in the home controller.
Explore how application.html.erb acts as the shared layout, using yield to inject page content across all views. See how embedded Ruby, css, javascript, and csrf load on every page.
Build a mobile-ready bootstrap navbar by adding a container, customizing the brand and links, and removing unused search and dropdown elements, then integrate into your Rails app.
Apply robust error handling to the crypto form by normalizing input to uppercase, validating empty input, and preparing currency validation with an allowed list before API integration.
Explore how devise creates routes for users, sessions, and registrations in a Rails app. Learn to sign up, sign in, edit user registrations, and view the resulting flash messages.
Build bootstrap-styled devise panel views for a Ruby on Rails crypto portfolio app, wrapping forms with headers and footers and enabling responsive sign up, log in, and profile pages.
Explore scaffold-generated portfolio view pages for a crypto app, linking each crypto to the current user and enabling create, read, update, and delete actions.
Bootstraps the listing page table with bootstrap styles like striped and hover, and connects to the coin market cap API to display name, symbol, rank, price, percentage change, and cost.
Connect the database to the crypto api by updating the Kryptos controller and index view to look up crypto data and symbols, then render names in a table.
Implement percentage changes—one hour, 24 hour, and seven day—after current price to enhance trend analysis in the Ruby on Rails crypto portfolio app.
Implement a running total of profit and loss in a Ruby on Rails crypto portfolio app, initialize profit_loss to zero, update with plus equals, and display on the index.
Ruby on Rails can seem overwhelming at first, but it doesn’t have to be! In this course I’ll walk you through it step by step and you’ll be building your first web app in MINUTES. You’ll be amazed how quick and easy it is to create very professional looking websites, even if you have no programming or web design experience at all.
Watch over my shoulder as I build a cool Crypto Currency Portfolio app step by step right in front of you. You’ll follow along and build your own copy. By the time we’re finished, you’ll have a solid understanding of Ruby on Rails and how to use it to build awesome web apps.
This course is aimed at the absolute beginner, you don't need any coding experience at all!
The course contains 47 videos – and is just over 3 hours long. Watch the videos at your own pace, and post questions along the way if you get stuck. You don’t need any special knowledge or software to take this course, though any experience with HTML or CSS is a plus. You don’t even need to know the Ruby programming language. I’ll walk you through EVERYTHING.
Ruby on Rails is a great web development tool and learning it has never been this easy.
What We'll Build...
We'll build a cool Crypto Currency Portfolio app that let's you look up crypto quotes and price information and save it to a database.
Users can create an account and sign up to your website, log in, add crypto currencies and coins, check current prices and all kinds of other cool things.
We'll style the website using the popular Bootstrap CSS framework (I'll show you how to use it!)
If you're into crypto-currencies like bitcoin, ripple, ethereum, ada, xlm, or any others; this course will be a LOT of fun. But even if you aren't into crypto stuff, this course will still be a lot of fun and you'll learn a lot of core Ruby on Rails things.
Sign up today and I'll see you on the inside!
-John Elder