Ruby on Rails5
A web-application framework that includes everything needed to create web applications.
Study
0%
Ruby on Rails is a web-application framework written in Ruby that includes everything needed to create web applications.
Let's use Rails to develop a Twitter-like SNS app!
Study
0%
In this lesson, we'll be adding a page to the SNS app we made in the previous lesson to show the timeline.
We'll also be learning about databases along the way.
Study
0%
In this lesson, we'll be creating a page to show the details of a post.
We'll also add a "New Post" page for the users to create posts.
Dojo
0%
This lesson will allow you to review and apply the knowledge learned in the first 3 Rails Study lessons.
Perfect your skills by working out so...
Study
0%
In this lesson, we'll be adding the "Edit" and "Delete" functionalities to the TweetApp.
Study
0%
In this lesson, we'll learn how to validate data.
This will let you prevent saving posts that are empty or too long.
Dojo
0%
This Dojo lesson will give you the chance to practice and apply the knowledge and skills gained in Rails lessons III, IV, and V.
As you code m...
Study
0%
In this lesson, we'll be adding the User model to the TweetApp.
It's a good place to review what you've learned in the previous lessons!
Study
0%
In this lesson, we'll add a column to let the users set a profile image.
Study
0%
In this lesson, we'll learn how to add the "Log in/Log out" functionality to our TweetApp.
Dojo
0%
This Dojo lesson will give you a chance to review and strengthen the skills you learned in Rails Study VII & VIII.
You'll learn how to add fea...
Study
0%
In this lesson, we'll learn how to associate the Post model and the User model.
This will allow us to display which user posted which post.
Study
0%
In this lesson, we'll add the "likes" functionality to our app.
Study
0%
In this lesson, we'll learn how to handle passwords securely in web applications.
Dojo
0%
You'll review and apply the skills learned in Rails Study lessons IX, X, and XI in this Dojo lesson.
Strengthen your skills by linking users a...
Related Articles
Start the lesson from the initial state.
Warning: your code will be deleted.
Review the lesson without
resetting your code.