Enter your email below to watch this video
This course came at the perfect time. I’ve recently gotten back into Rails after an 18-year hiatus, and this was a perfect refresher and shows just how much you can accomplish with Rails right out of the box.Garrett Winder
Before we jump into actually building the application, I thought it would be useful to take one video to preview where we're headed. This way, we’ll have a clear understanding of the application we’re building and the features we’ll implement along the way.
Here, I have Lorem News running in the browser. Lorem News is a basic Hacker News clone where:
To interact with the application, users need to sign up or log in. After signing in, they can:
As an authenticated user, their profile updates dynamically to reflect their activity, such as the number of posts and comments they’ve made.
We’ll build this step by step, paying special attention to how we leverage Active Record with SQLite to power these features.
Our first focus will be setting up users and authentication, ensuring a solid foundation for secure sign-ins and user management.