Rails tutorial: undefined method
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm stuck (again!) at Chapter 9 (this time in section 9.2.2) of the Rails tutorial. I am getting bundle exec rspec spec/ ................................FFF........................ Failures: 1) Authentication authorization as wrong user submitting a GET request to the Users#edit action Failure/Error: before {sign_in user, no_capybara: true} NoMethodError: undefined method `new_remember_token' for #<User:0x007f8181815448> # ./spec/support/utilities.rb:13:in `sign_in' # ./spec/requests/authentication_pages_spec.rb:71:in `block (4 levels) in