ActiveRecord::RecordNotFound - Couldn't find User without an ID
问题 Following Hartl's RailTutorial for Rails(3.2). I keep getting this error message or oddly a "The connection was reset" message: ActiveRecord::RecordNotFound in UsersController#show Couldn't find User without an ID I'm trying to log in and after successfully logging in, I want the application to redirect the user to user/show.html.erb. I believe that I'm passing the :id parameter in the show method in the users controller. Any tip/help would be appreciated! I've pasted some relevant files