Error launching Rails server: undefined method 'configure'

前端 未结 5 1673
情歌与酒
情歌与酒 2020-11-28 06:04

I\'m new to rails and working through Hartl\'s tutorial. Everything was fine until I tried to do the tutorial a second time and created another project trying to use the lat

5条回答
  •  庸人自扰
    2020-11-28 06:24

    That happened to me too. The problem was that I used one version of Rails to create the project. Then I changed the Gemfile to use another version of Rails and the system was using it to scaffold or run the server. Newbie problem! Using the same version consistently should solve the problem. :-)

提交回复
热议问题