It seems like some people here had this problem but I couldn\'t find any solution in another topic.
I am doing Chapter 3 of the Ruby on Rails-Tutorial, working on the sta
I had a few problems working through the Rails Tutorial, and it helped to be able to consult the author's GitHub repo: https://github.com/railstutorial
Find the file you're working on and compare it line by line. Or just cut and paste the full file and see if it will run, then track down your error.