Dear ruby on rails group,
Good day!
I am now learning ruby on rails as a newbie to be able to make a simple website from scratch.
I am enrolled for onemonth course on Rails on Ruby for Web Development. One of their exercise is to change the default Rails page that can be seen from “localhost:3000” into a blank page with two sentences (basic strings).
I am running this with Git Bash on Windows. When inputting command “rails generate controller pages home” and open “localhost:3000/pages/home” in my browser, this is what I got instead of a blank page with two sentences.
And this is what I got in the Git Bash;