The Ruby on Rails Learning Path | GoRails

1 min read Original article ↗

Build a Blog with Rails 7

For our very first Rails app, we're going to start very simple. We'll build a blog completely from scratch to learn routes, models, views, and controllers. Plus, we'll deploy our code to production, add migrations to improve our blog, and lastly we'll add rich text and file uploads with ActionText and ActiveStorage.

Your Teachers Chris Oliver

Start Series

Build a Password Manager with Rails 7

Our second Rails application is going to be a password manager from scratch. We'll learn how to encrypt usernames and passwords in the database securely with ActiveRecord Encryption, add Javascript so we can have copy to clipboard functionality, and we'll learn how to use join tables with roles to setup permissions for other users that we want to share passwords with.

Your Teachers Chris Oliver

Start Series

Build a URL Shortener with Rails 7

In this series, we'll build a URL shortener from scratch. We'll see how Twitter's URL shortener works for tracking view analytics and create our own short codes by creating Base62 encoding from scratch.

Your Teachers Chris Oliver

Start Series