Learning Rails Pt. 2 (2023)
Open the http://localhost:3000/about in the web browser. Obviously, you get the No route matches [GET] "/about"
error. Because, this route doesn’t exist.
Learning Rails Pt. 1 (2023)
Go ahead and create a new Rails application using the following command.
Go: Get Started Pt. 1 (2023)
Create a new folder with iconic
as the folder name.